From: martin f. krafft Date: Thu, 19 May 2022 08:33:59 +0000 (+0200) Subject: declare LOGCHECK global X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/db608883d834ac7e99469eb6332a1671bf450bf0 declare LOGCHECK global --- diff --git a/.zsh/zshrc/95-watch-users b/.zsh/zshrc/95-watch-users index 17f7a1a..0720974 100644 --- a/.zsh/zshrc/95-watch-users +++ b/.zsh/zshrc/95-watch-users @@ -9,6 +9,6 @@ typeset -U watch WATCH watch=(notme) -LOGCHECK=120 +declare -g LOGCHECK=120 # vim:ft=zsh