Files
dotfiles/bashrc.d/bun.bash
2025-01-22 10:43:32 +00:00

6 lines
116 B
Bash

# bun
if [ -d "$HOME/.bun" ] ; then
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
fi