From 715936bac80e9d15a2d3776ff797c10aa5572c9b Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 17 May 2008 13:12:35 +0100 Subject: [PATCH] add commented warn_check_globals option --- .zsh/zshrc/00_varsetup | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zsh/zshrc/00_varsetup b/.zsh/zshrc/00_varsetup index a49f67d..29be5d1 100644 --- a/.zsh/zshrc/00_varsetup +++ b/.zsh/zshrc/00_varsetup @@ -17,6 +17,8 @@ typeset -ga precmd_functions typeset -ga chpwd_functions # warn on accidental creation of global variables -setopt warn_create_global +# unset for now until we work out the corner cases, like warning about $reply +# and $HISTFILE or $REPORTTIME. +#setopt warn_create_global # vim:ft=zsh -- 2.39.2