From c118305a59e7616ee936e649634362fa74deac84 Mon Sep 17 00:00:00 2001 From: Mad Scientist <6392083-madscientist16@users.noreply.gitlab.com> Date: Tue, 24 Oct 2023 18:22:04 +0000 Subject: [PATCH] Fix fish_user_paths --- .config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index d54720d..1ffb5ab 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -10,7 +10,7 @@ # First line removes the path; second line sets it. Without the first line, # your path gets massive and fish becomes very slow. set -e fish_user_paths -set -U fish_user_paths $HOME/.bin $HOME/.local/bin $HOME/.config/emacs/bin $HOME/Applications /var/lib/flatpak/exports/bin/ $fish_user_paths +set -U fish_user_paths $HOME/.bin $HOME/.local/bin $HOME/.config/emacs/bin $HOME/Applications /var/lib/flatpak/exports/bin/ ### EXPORT ### set fish_greeting # Supresses fish's intro message