mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-21 22:03:28 +02:00
add fasd plugin
This commit is contained in:
@@ -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