Adjust fish PATH entries

Prepend ~/.local/bin to fish_user_paths and drop the stale hardcoded
Pi node fish_add_path line from config.fish.
This commit is contained in:
2026-07-14 19:42:51 -04:00
parent b4650c03b8
commit 1020865026
2 changed files with 1 additions and 3 deletions

View File

@@ -13,5 +13,3 @@ set -gx VISUAL nvim
set --export BUN_INSTALL "$HOME/.bun"
set --export PATH $BUN_INSTALL/bin $PATH
# Pi
fish_add_path "/home/alexion/.local/opt/node-v24.18.0-linux-x64/bin"