Move where ~/.local/bin is prepended
- ID
d3334df- date
2024-12-14 13:51:30+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
d7b505b- message
Move where ~/.local/bin is prepended- changed files
1 file, 2 additions, 4 deletions
Changed files
config.fish (7001) → config.fish (6917)
diff --git a/config.fish b/config.fish
index a4aa09f..f473d35 100644
--- a/config.fish
+++ b/config.fish
@@ -60,6 +60,8 @@ prepend_to_path ~/repos/scripts/web
prepend_to_path ~/repos/flapi.sh
+prepend_to_path ~/.local/bin
+
# Path for Rust
prepend_to_path ~/.cargo/bin
@@ -69,10 +71,6 @@ prepend_to_path ~/.cargo/bin
prepend_to_path /opt/homebrew/bin
prepend_to_path /opt/homebrew/opt/ruby/bin
prepend_to_path /opt/homebrew/lib/ruby/gems/3.3.0/bin
-prepend_to_path /usr/local/opt/ruby/bin
-
-# Path for Python tools installed with pipx
-prepend_to_path ~/.local/bin