We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23dbe08 commit afcab0dCopy full SHA for afcab0d
bashrc/path.sh
@@ -14,6 +14,10 @@ export PATH="${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/emulator:${ANDROID_HO
14
export JAVA_HOME="/opt/homebrew/opt/openjdk@23"
15
export PATH="/opt/homebrew/opt/openjdk@23/bin:${PATH}"
16
17
+# bun
18
+export BUN_INSTALL="$HOME/.bun"
19
+export PATH="$BUN_INSTALL/bin:$PATH"
20
+
21
# pnpm
22
export PNPM_HOME="/Users/ndbroadbent/Library/pnpm"
23
export PATH="$PNPM_HOME:$PATH"
0 commit comments