This commit is contained in:
Andrea Mistrali 2023-10-10 13:13:49 +02:00
parent ff87851e7e
commit 1267b3033f
1 changed files with 1 additions and 1 deletions

View File

@ -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