diff --git a/profiles/base/.zshrc b/profiles/base/.zshrc index f9dbdea..1e92b3e 100644 --- a/profiles/base/.zshrc +++ b/profiles/base/.zshrc @@ -9,6 +9,8 @@ if [ -f $HOME/.zshrc_local ]; then source $HOME/.zshrc_local fi +setopt noEXTENDED_GLOB + ENV_FILE="$HOME/.environment" LOCAL_ENV_FILE="$HOME/.environment.local"