add bun bin path to fish config
This commit is contained in:
parent
37e8e7b754
commit
a543abc581
1 changed files with 4 additions and 0 deletions
|
|
@ -74,3 +74,7 @@ end
|
|||
set -gx PNPM_HOME "/home/jc/.local/share/pnpm"
|
||||
set -gx PATH "$PNPM_HOME" $PATH
|
||||
# pnpm end
|
||||
|
||||
# bun
|
||||
set --export BUN_INSTALL "$HOME/.bun"
|
||||
set --export PATH $BUN_INSTALL/bin $PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue