X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/a2a79686218f805dd5a7cfbda210a517fe5c4934..9cda4c27ae54bb41714d00c196664981ea16003a:/.zsh/zshrc/00_varsetup diff --git a/.zsh/zshrc/00_varsetup b/.zsh/zshrc/00_varsetup index 68ec386..29be5d1 100644 --- a/.zsh/zshrc/00_varsetup +++ b/.zsh/zshrc/00_varsetup @@ -16,4 +16,9 @@ typeset -ga preexec_functions typeset -ga precmd_functions typeset -ga chpwd_functions +# warn on accidental creation of global variables +# 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