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:
2026-04-29 17:21:16 -04:00
parent 5c6691c32c
commit dc212ec704
+1
View File
@@ -43,6 +43,7 @@ if test -f $HOME/.config/.user-dots/fish/local.fish
end
# ──────────────────────────── PATH variables ────────────────────────────
fish_add_path ~/.local/bin
fish_add_path ~/Applications
fish_add_path ~/scripts
fish_add_path -mg --move ~/.cargo/bin