mirror of https://github.com/akelge/zsh
Typo
This commit is contained in:
parent
ff87851e7e
commit
1267b3033f
|
@ -11,7 +11,7 @@ whence thefuck > /dev/null && eval $(thefuck --alias)
|
|||
# z
|
||||
# [ -f $LIBRARY/plugins/zsh-z/zsh-z.plugin.zsh ] && source $LIBRARY/plugins/zsh-z/zsh-z.plugin.zsh
|
||||
if whence zoxide > /dev/null; then ## zoxide is installed
|
||||
eval $(zoxide init zsh)
|
||||
eval "$(zoxide init zsh)"
|
||||
export Z_COMMAND=zoxide
|
||||
elif [ -f $LIBRARY/plugins/zsh-z/zsh-z.plugin.zsh ]; then ## zsh-z is installed
|
||||
source $LIBRARY/plugins/zsh-z/zsh-z.plugin.zsh
|
||||
|
|
Loading…
Reference in New Issue