mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-24 23:33:29 +02:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user