From c4a1c0422a63e6729590f0ae974b34ec347443a2 Mon Sep 17 00:00:00 2001 From: Niklas Kapelle Date: Fri, 18 Dec 2020 18:09:44 +0100 Subject: [PATCH] autocomp twice fix --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index ed54bca..03bf3d1 100644 --- a/.zshrc +++ b/.zshrc @@ -71,7 +71,7 @@ plugins=( # start oh my zsh source $ZSH/oh-my-zsh.sh -autoload -U compinit && compinit -d "$XDG_CACHE_HOME/zcompdump" +autoload -U compinit -d "$XDG_CACHE_HOME/zcompdump" # Sytax highlight source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh