zsh/env/50_bun.zsh
2025-11-24 11:15:24 +01:00

4 lines
105 B
Bash

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