fix(zsh): Allow autojump on Mac
This commit is contained in:
parent
ee1084b333
commit
5797e46b8a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user