diff options
Diffstat (limited to 'zsh/.zshrc')
| -rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
