diff --git a/zshenv b/zshenv index 133d0c8..5a53069 100644 --- a/zshenv +++ b/zshenv @@ -1,5 +1 @@ -# Source the /etc/profile - done here since we want it to be done as the first -# thing the zsh does. -setopt nonomatch -source /etc/profile -unsetopt nonomatch +# set global options for all zsh shells here diff --git a/zshrc b/zshrc index 0266834..7dd87b2 100644 --- a/zshrc +++ b/zshrc @@ -1,4 +1,4 @@ -# read bash.bashrc first for some features we dont want +# read bash.bashrc first for some features we dont want # to re-implement here source /etc/bash.bashrc