From e396774a9752d774f49c6f707caa3527a4dd12fa Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 30 Nov 2025 22:47:55 +0100 Subject: [PATCH] Add configuration for Discord --- conf.d/discord.fish | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 conf.d/discord.fish diff --git a/conf.d/discord.fish b/conf.d/discord.fish new file mode 100644 index 0000000..51716c5 --- /dev/null +++ b/conf.d/discord.fish @@ -0,0 +1,5 @@ +set -l discord_bin $HOME/.local/Discord/Discord + +if test -x $discord_bin + fish_add_path --prepend (dirname $discord_bin) +end