From fa0dbf1efad81e0d598073e87981e1b52dfb7bd6 Mon Sep 17 00:00:00 2001 From: maudin Date: Wed, 9 Nov 2022 16:28:06 +0100 Subject: [PATCH] another one.. --- zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 6e86bdf..5ded86b 100644 --- a/zshrc +++ b/zshrc @@ -2,7 +2,8 @@ source "${HOME}/.zgen/zgen.zsh" # Required for compdef calls to work -autoload -Uz compinit && compinit -C +autoload -Uz compinit && \ + compinit -C # Plugins and configuration generator if ! zgen saved; then