Skip to content

Commit afcab0d

Browse files
committed
add bun
1 parent 23dbe08 commit afcab0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bashrc/path.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ export PATH="${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/emulator:${ANDROID_HO
1414
export JAVA_HOME="/opt/homebrew/opt/openjdk@23"
1515
export PATH="/opt/homebrew/opt/openjdk@23/bin:${PATH}"
1616

17+
# bun
18+
export BUN_INSTALL="$HOME/.bun"
19+
export PATH="$BUN_INSTALL/bin:$PATH"
20+
1721
# pnpm
1822
export PNPM_HOME="/Users/ndbroadbent/Library/pnpm"
1923
export PATH="$PNPM_HOME:$PATH"

0 commit comments

Comments
 (0)