diff --git a/chezmoi/dot_zshrc.d/executable_autojump.zsh b/chezmoi/dot_zshrc.d/executable_autojump.zsh index e891d1e..5c052e7 100644 --- a/chezmoi/dot_zshrc.d/executable_autojump.zsh +++ b/chezmoi/dot_zshrc.d/executable_autojump.zsh @@ -1,3 +1,7 @@ if [ -r /usr/share/autojump/autojump.sh ]; then source /usr/share/autojump/autojump.sh fi + +if [ -r "${HOMEBREW_PREFIX}/share/autojump/autojump.zsh" ]; then + source "${HOMEBREW_PREFIX}/share/autojump/autojump.zsh" +fi