add bun bin path to fish config

This commit is contained in:
juancwu 2023-09-11 16:48:15 -04:00
commit a543abc581
No known key found for this signature in database

View file

@ -74,3 +74,7 @@ end
set -gx PNPM_HOME "/home/jc/.local/share/pnpm" set -gx PNPM_HOME "/home/jc/.local/share/pnpm"
set -gx PATH "$PNPM_HOME" $PATH set -gx PATH "$PNPM_HOME" $PATH
# pnpm end # pnpm end
# bun
set --export BUN_INSTALL "$HOME/.bun"
set --export PATH $BUN_INSTALL/bin $PATH