autojump instead of fasd

This commit is contained in:
Fred Klassen 2023-02-05 15:52:50 -08:00
commit 5b5c789551
No known key found for this signature in database
GPG key ID: E9E2149793BDE17E
2 changed files with 12 additions and 4 deletions

View file

@ -74,7 +74,7 @@ plugins=(
git
alias-finder
aliases
fasd
autojump
)
source $ZSH/oh-my-zsh.sh
@ -104,3 +104,4 @@ source $ZSH/oh-my-zsh.sh
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
[ -f /usr/local/etc/profile.d/autojump.sh ] && . /usr/local/etc/profile.d/autojump.sh