1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

add fasd plugin

This commit is contained in:
Alexander Berezovsky 2012-05-23 16:47:06 -07:00
parent 3fdaf26006
commit 0f9fff8aec

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