Support FNM (NVM replacement) and bun
This commit is contained in:
parent
21e41141ef
commit
67c760dc6e
3 changed files with 53 additions and 28 deletions
4
env/50_bun.zsh
vendored
Normal file
4
env/50_bun.zsh
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export BUN_INSTALL="$HOME/.local/share/bun"
|
||||
if [[ -d $BUN_INSTALL ]]; then
|
||||
path+="$BUN_INSTALL/bin"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue