[fasd] Keep v alias

This commit is contained in:
Eric Nielsen 2018-05-07 17:27:27 -05:00
parent 2cebf51f34
commit eebac4d04c
1 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
source ${0:h}/external/fasd && source ${0:h}/cache.zsh
source ${0:h}/external/fasd && source ${0:h}/cache.zsh || return 1
alias v='f -e vim -b viminfo'