We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74e88c commit 4ae875fCopy full SHA for 4ae875f
bashrc/path.sh
@@ -10,12 +10,12 @@ export PATH="${PATH}:./node_modules/.bin"
10
# NPM Global
11
export PATH="$HOME/.npm-global/bin:${PATH}"
12
13
-# Mise (Must come before existing PATH so we prioritize shims)
14
-export PATH="$HOME/.local/share/mise/shims:${PATH}"
15
-
16
# Homebrew
17
export PATH="/opt/homebrew/bin:${PATH}"
18
+# Mise (Must come after homebrew so mise shims take precedence)
+export PATH="$HOME/.local/share/mise/shims:${PATH}"
+
19
export PATH="${PATH}:~/.local/bin"
20
21
# Android
0 commit comments