From db608883d834ac7e99469eb6332a1671bf450bf0 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 19 May 2022 10:33:59 +0200 Subject: [PATCH] declare LOGCHECK global --- .zsh/zshrc/95-watch-users | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2