1
0
mirror of https://github.com/akelge/zsh synced 2025-08-13 13:58:18 +00:00
This commit is contained in:
2023-10-10 13:13:49 +02:00
parent ff87851e7e
commit 1267b3033f

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