Disable OMZ auto-update

This commit is contained in:
Jake Howard 2023-07-28 14:06:57 +01:00
parent f30441321b
commit da230494d1
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -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)