This commit is contained in:
GitHub Merge Button 2012-07-03 06:27:58 -07:00
commit f2c2ae52b7
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