From: martin f. krafft Date: Sat, 17 May 2008 12:12:35 +0000 (+0100) Subject: add commented warn_check_globals option X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/715936bac80e9d15a2d3776ff797c10aa5572c9b add commented warn_check_globals option --- 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