add bun.bash
This commit is contained in:
5
bashrc.d/bun.bash
Normal file
5
bashrc.d/bun.bash
Normal file
@@ -0,0 +1,5 @@
|
||||
# bun
|
||||
if [ -d "$HOME/.bun" ] ; then
|
||||
export BUN_INSTALL="$HOME/.bun"
|
||||
export PATH="$BUN_INSTALL/bin:$PATH"
|
||||
fi
|
||||
Reference in New Issue
Block a user