feat(fish): add bun path

This commit is contained in:
Stefan Imhoff
2025-02-07 13:19:58 +01:00
parent fc76e5afd1
commit 81af8be9f2

View File

@@ -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