Skip to content

Commit 4ae875f

Browse files
committed
fix path
1 parent a74e88c commit 4ae875f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bashrc/path.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ export PATH="${PATH}:./node_modules/.bin"
1010
# NPM Global
1111
export PATH="$HOME/.npm-global/bin:${PATH}"
1212

13-
# Mise (Must come before existing PATH so we prioritize shims)
14-
export PATH="$HOME/.local/share/mise/shims:${PATH}"
15-
1613
# Homebrew
1714
export PATH="/opt/homebrew/bin:${PATH}"
1815

16+
# Mise (Must come after homebrew so mise shims take precedence)
17+
export PATH="$HOME/.local/share/mise/shims:${PATH}"
18+
1919
export PATH="${PATH}:~/.local/bin"
2020

2121
# Android

0 commit comments

Comments
 (0)