From 91d812fe198e3daab70e96068feaa8b038f73bce Mon Sep 17 00:00:00 2001 From: earnest ma Date: Mon, 22 Nov 2021 09:58:57 -0500 Subject: [PATCH] .zshrc: Fix miniplug install command --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index ca4364e..83270bf 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -9,7 +9,7 @@ autoload -Uz promptinit && promptinit autoload -U compinit && compinit # Init plugin handling -[ -f $HOME/.local/share/miniplug.zsh ] && curl \ +[ -f $HOME/.local/share/miniplug.zsh ] || curl \ -sL --create-dirs \ https://git.sr.ht/~yerinalexey/miniplug/blob/master/miniplug.zsh \ -o $HOME/.local/share/miniplug.zsh