mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
6 lines
134 B
Bash
Executable file
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
|
|
|