From c9767aad512a549233da4f76ee10e12c1437c0d4 Mon Sep 17 00:00:00 2001 From: bretello Date: Mon, 22 Aug 2022 10:11:24 +0200 Subject: [PATCH] zsh: cleanup selfupdate mechanism (pt. 2) --- brethil_dotfile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index ae8efb4..0df8926 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -1,7 +1,7 @@ # vim:ft=zsh ts=2 sw=2 sts=2 export LANG=en_US.UTF-8 -# Set DISABLE_DOTFILES_AUTOUPDATE=false to disable updates +# Set DISABLE_DOTFILES_AUTOUPDATE=true to disable updates source "${DOTFILES}/check_for_update.zsh" # theme-related variables