diff --git a/dotfiles/.huskyrc b/dotfiles/.huskyrc index a1f01ab..463fd8f 100644 --- a/dotfiles/.huskyrc +++ b/dotfiles/.huskyrc @@ -1,7 +1,5 @@ # Runs before husky hooks, in non-interative shell environments like Sourcetree # https://typicode.github.io/husky/troubleshooting.html#command-not-found -# Load mise and update PATH using hook-env -# https://mise.jdx.dev/faq.html#mise-isn-t-working-when-calling-from-tmux-or-another-shell-initialization-script -eval "$(mise activate bash)" -eval "$(mise hook-env)" +# Add mise shims to PATH +export PATH="$HOME/.local/share/mise/shims:$PATH"