aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2026-04-19 23:35:38 +0200
committerRuben Beltran del Rio <jj@r.bdr.sh>2026-04-24 11:32:51 +0200
commitbeb1fbaa17a4984a2730a560397d77dcd9bcf26f (patch)
treef723ee679f0db05765fc160c75df6064a5a42d97 /home
parent0cfa5d4db2b5e553e90a7f1982bd1b0e02857b5a (diff)
Adjust mise location
Diffstat (limited to 'home')
-rw-r--r--home/zshrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/home/zshrc b/home/zshrc
index 447cd0b..5caa7fc 100644
--- a/home/zshrc
+++ b/home/zshrc
@@ -86,7 +86,11 @@ else
fi
# Mise
-eval "$(~/.local/bin/mise activate zsh)"
+if [[ -s "/opt/homebrew/bin/brew" ]]; then
+ eval "$(/opt/homebrew/bin/mise activate zsh)"
+else
+ eval "$(~/.local/bin/mise activate zsh)"
+fi
# Cargo
if [[ -s "$HOME/.cargo/env" ]]; then