Support FNM (NVM replacement) and bun

This commit is contained in:
Alexander Gehrke 2025-09-19 16:22:54 +02:00 committed by Alexander Roso
parent 21e41141ef
commit 67c760dc6e
3 changed files with 53 additions and 28 deletions

4
env/50_bun.zsh vendored Normal file
View file

@ -0,0 +1,4 @@
export BUN_INSTALL="$HOME/.local/share/bun"
if [[ -d $BUN_INSTALL ]]; then
path+="$BUN_INSTALL/bin"
fi