From: Mark Wooding Date: Sat, 12 May 2018 17:31:24 +0000 (+0100) Subject: dot/zshrc: Don't have `typeset -x' implicitly make variables global. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/f911124e1032c16e0d26613f3338a501acf5d464 dot/zshrc: Don't have `typeset -x' implicitly make variables global. This is compatibility cruft which isn't consistent with the way the rest of the shell works. --- diff --git a/dot/zshrc b/dot/zshrc index a42e482..f6b205a 100644 --- a/dot/zshrc +++ b/dot/zshrc @@ -137,6 +137,7 @@ unsetopt bash_auto_list unsetopt beep setopt extendedglob unsetopt flow_control +unsetopt global_export setopt glob_star_short setopt hist_ignore_all_dups setopt hist_ignore_space