Files
linux-workspace/rc/bun.sh
lachtan obecny ddea263c3f add rc/bun.sh
2026-06-05 14:12:29 +02:00

5 lines
105 B
Bash

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