Merge pull request #1127 from a-b/master

Added fasd plugin
This commit is contained in:
Robby Russell 2012-07-03 06:28:02 -07:00
commit 76feafc72c
2 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,6 @@
if [ $commands[fasd] ]; then # check if fasd is installed
eval "$(fasd --init auto)"
alias v='f -e vim'
alias o='a -e open'
fi