From beb1fbaa17a4984a2730a560397d77dcd9bcf26f Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 19 Apr 2026 23:35:38 +0200 Subject: Adjust mise location --- home/zshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'home') 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 -- cgit