mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(fish): add bun path
This commit is contained in:
@@ -83,6 +83,10 @@ end
|
||||
# Volta
|
||||
set -x PATH $PATH $VOLTA_HOME/bin
|
||||
|
||||
# Bun
|
||||
set -x BUN_INSTALL "$HOME/.bun"
|
||||
set -x PATH "$BUN_INSTALL/bin" $PATH
|
||||
|
||||
# Rust
|
||||
set -x PATH $PATH $HOME/.cargo/bin
|
||||
set -x PATH $PATH $HOME/.local/share/../bin
|
||||
|
||||
Reference in New Issue
Block a user