From cd9b7a3e5b391060b6276cd202d47a8aacf23aa7 Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 10 Nov 2021 03:20:27 +0100 Subject: [PATCH] zshrc: disable compfix --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index a3cccc6..182f997 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,6 @@ [ ! -d ~/.oh-my-zsh ] && sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" + ZSH_DISABLE_COMPFIX=true ZSH=$HOME/.oh-my-zsh ZSH_CACHE_DIR="$ZSH/cache"