From dc212ec704ae3a27be6d3273802a7e526649ffe7 Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 29 Apr 2026 17:21:16 -0400 Subject: [PATCH] feat: add ~/.local/bin to PATH This is a commonly used PATH for user binaries but Arch doesn't include it by default. --- config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/config.fish b/config.fish index 1e512aa..7a34463 100644 --- a/config.fish +++ b/config.fish @@ -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