Fix fish_user_paths

This commit is contained in:
Mad Scientist
2023-10-24 18:22:04 +00:00
parent 53e0adeec0
commit c118305a59

View File

@@ -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