Adding flatpak binary directory to shell's PATH

This commit is contained in:
Derek Taylor
2022-11-24 08:38:04 -06:00
parent 6612d20543
commit 924d854e52
3 changed files with 9 additions and 1 deletions

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/.local/bin $HOME/Applications $fish_user_paths
set -U fish_user_paths $HOME/.local/bin $HOME/Applications /var/lib/flatpak/exports/bin/ $fish_user_paths
### EXPORT ###
set fish_greeting # Supresses fish's intro message