fish: Add local bin to PATH

On Arch/Endeavour, local bin seems to be not set in PATH unlike Manjaro,
add this.
This commit is contained in:
Sanchayan Maity 2021-03-20 11:44:17 +05:30
parent ff7e6f524c
commit 40aa550eaa
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
set PATH {$HOME}/.config/guix/current/bin {$HOME}/.guix-profile/bin {$HOME}/.nix-profile/bin {$HOME}/.cargo/bin {$HOME}/.cabal/bin $PATH
set PATH {$HOME}/.config/guix/current/bin {$HOME}/.guix-profile/bin {$HOME}/.nix-profile/bin {$HOME}/.cargo/bin {$HOME}/.cabal/bin {$HOME}/.local/bin $PATH
set -gx PKG_CONFIG_PATH {$HOME}/.guix-profile/lib/pkgconfig $PKG_CONFIG_PATH
set -gx TERM xterm-kitty
set -gx NIX_PATH {$HOME}/.nix-defexpr/channels