mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
fasd: drop-in replace the autojump j alias
This commit is contained in:
parent
e44aa50301
commit
59c828c901
1 changed files with 1 additions and 0 deletions
|
|
@ -8,4 +8,5 @@ if [ $commands[fasd] ]; then # check if fasd is installed
|
||||||
|
|
||||||
alias v='f -e vim'
|
alias v='f -e vim'
|
||||||
alias o='a -e open_command'
|
alias o='a -e open_command'
|
||||||
|
alias j='zz'
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue