.zshrc: Fix miniplug install command

This commit is contained in:
earnest ma 2021-11-22 09:58:57 -05:00
parent a32620401c
commit 91d812fe19
No known key found for this signature in database
GPG Key ID: A343F43342EB6E2A
1 changed files with 1 additions and 1 deletions

View File

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