add bun.bash

This commit is contained in:
2025-01-22 10:43:32 +00:00
parent ec1ec2bbfb
commit 263cfe849c

5
bashrc.d/bun.bash Normal file
View File

@@ -0,0 +1,5 @@
# bun
if [ -d "$HOME/.bun" ] ; then
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
fi