fasd: drop-in replace the autojump j alias

This commit is contained in:
Cristian Măgherușan-Stanciu 2015-05-05 09:46:25 +02:00
parent e44aa50301
commit 59c828c901

View File

@ -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