From 1267b3033ff0e76ac130d4c45088e4aebeceb36d Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Tue, 10 Oct 2023 13:13:49 +0200 Subject: [PATCH] Typo --- zsh.d/90-plugins.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh.d/90-plugins.zsh b/zsh.d/90-plugins.zsh index 8c65dc0..2684dab 100644 --- a/zsh.d/90-plugins.zsh +++ b/zsh.d/90-plugins.zsh @@ -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