From e5678437e8015ca319d7fc4642f35acbc6c7ec33 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sat, 13 Apr 2024 02:17:00 +0200 Subject: [PATCH] Disable warning when entering root --- zsh/dot-zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index 6dd1f81..9ad721f 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -14,6 +14,7 @@ zstyle ':omz:update' mode reminder # just remind me to update when it's time # DISABLE_AUTO_TITLE="true" # ENABLE_CORRECTION="true" COMPLETION_WAITING_DOTS="true" +ZSH_DISABLE_COMPFIX="true" plugins=( git