fasd.plugin.zsh 134 Bytes
Newer Older
Alexander Berezovsky's avatar
Alexander Berezovsky committed
1
2
3
4
5
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