This commit is contained in:
GitHub Merge Button 2012-05-31 14:43:36 -07:00
commit cdaa197375
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