fix(zsh): Allow autojump on Mac

This commit is contained in:
Olaf Alexander 2024-10-28 14:50:05 -05:00
parent ee1084b333
commit 5797e46b8a

View File

@ -36,6 +36,7 @@ zstyle ':fzf-tab:complete:cd:*' fzf-preview 'ls --color $realpath'
# Enable autojump
[[ -s /etc/profile.d/autojump.zsh ]] && source /etc/profile.d/autojump.zsh
[[ -s /opt/homebrew/etc/profile.d/autojump.sh ]] && source /opt/homebrew/etc/profile.d/autojump.sh
# Aliases
[[ -s "$ZDOTDIR/aliases" ]] && source "$ZDOTDIR/aliases"