From ebd47a9114a1a2114d8d13cadbf98c6a66262abc Mon Sep 17 00:00:00 2001 From: D4VID0x2 Date: Mon, 12 Sep 2022 10:40:59 +0200 Subject: [PATCH] update zshrc --- zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 4562d08..3ab0a70 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -31,7 +31,7 @@ ZSH_THEME="intheloop" # HYPHEN_INSENSITIVE="true" # Uncomment the following line to disable bi-weekly auto-update checks. -# DISABLE_AUTO_UPDATE="true" +DISABLE_AUTO_UPDATE="true" # Uncomment the following line to automatically update without prompting. # DISABLE_UPDATE_PROMPT="true" @@ -119,7 +119,7 @@ if [ -f ~/.config/shell_aliases ]; then source ~/.config/shell_aliases fi -# setopt GLOBdots +setopt GLOBdots eval $(thefuck --alias)