add rc/bun.sh

This commit is contained in:
lachtan obecny
2026-06-05 14:12:15 +02:00
parent 44ee29aefc
commit ddea263c3f

4
rc/bun.sh Normal file
View File

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