From da230494d1d027246663964c8eb0997693169d41 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 28 Jul 2023 14:06:57 +0100 Subject: [PATCH] Disable OMZ auto-update --- files/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zshrc b/files/zshrc index 93df7d0..3a19f6e 100644 --- a/files/zshrc +++ b/files/zshrc @@ -11,7 +11,7 @@ plugins=( ) export COMPLETION_WAITING_DOTS="true" - +DISABLE_AUTO_UPDATE=true source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh export fpath=(/usr/share/zsh/site-functions $fpath)