mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-16 02:27:03 +01:00
autojump instead of fasd
This commit is contained in:
parent
2a5b839df3
commit
5b5c789551
2 changed files with 12 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue