feat: add ~/.local/bin to PATH
This is a commonly used PATH for user binaries but Arch doesn't include it by default.
This commit is contained in:
@@ -43,6 +43,7 @@ if test -f $HOME/.config/.user-dots/fish/local.fish
|
|||||||
end
|
end
|
||||||
|
|
||||||
# ──────────────────────────── PATH variables ────────────────────────────
|
# ──────────────────────────── PATH variables ────────────────────────────
|
||||||
|
fish_add_path ~/.local/bin
|
||||||
fish_add_path ~/Applications
|
fish_add_path ~/Applications
|
||||||
fish_add_path ~/scripts
|
fish_add_path ~/scripts
|
||||||
fish_add_path -mg --move ~/.cargo/bin
|
fish_add_path -mg --move ~/.cargo/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user