[fix] Add bun.sh

This commit is contained in:
Uttarayan
2023-09-15 01:43:27 +05:30
parent c108f85f4c
commit 9e097ef7ca
3 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"