1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-31 23:54:46 +01:00

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