mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
parent
e416990442
commit
69e637c355
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ if [ $commands[fasd] ]; then # check if fasd is installed
|
||||||
unset fasd_cache
|
unset fasd_cache
|
||||||
|
|
||||||
alias v="f -e \"$EDITOR\""
|
alias v="f -e \"$EDITOR\""
|
||||||
alias o='a -e open_command'
|
alias o='a -e xdg-open'
|
||||||
alias j='zz'
|
alias j='zz'
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue