4 lines
105 B
Bash
4 lines
105 B
Bash
export BUN_INSTALL="$HOME/.local/share/bun"
|
|
if [[ -d $BUN_INSTALL ]]; then
|
|
path+="$BUN_INSTALL/bin"
|
|
fi
|