ohmyzsh/plugins/fasd/fasd.plugin.zsh
Handsome Cheung a8150660e0 compaudit fo zsh
2013-09-07 08:34:47 +08:00

6 lines
134 B
Bash
Executable file

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