From dfa92e3cb7a07b56d75266335135757d92331a76 Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Tue, 11 Feb 2020 11:52:34 +0800 Subject: fixes and updates --- zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zsh/.zshrc') diff --git a/zsh/.zshrc b/zsh/.zshrc index 76c1411..b985a32 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -84,11 +84,11 @@ alias ec="emacsclient -c" [[ -e /usr/share/doc/pkgfile/command-not-found.zsh ]] && source /usr/share/doc/pkgfile/command-not-found.zsh -if ! zplug check --verbose; then +if ! zplug check; then printf "Install? [y/N]: " if read -q; then echo; zplug install fi fi -zplug load --verbose +zplug load -- cgit v1.2.3