chore: added node and cargo runtime

This commit is contained in:
2026-07-11 08:21:58 -04:00
parent eee7c8190d
commit 08ee0a2f59
3 changed files with 5 additions and 1 deletions

View File

@@ -12,3 +12,6 @@ set -gx VISUAL nvim
# bun
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"