From d72d70fca20310a1db617a97c7438bc97f2c35d1 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Wed, 4 Jun 2025 09:03:57 +0200 Subject: [PATCH] feat: set no extended glob with zsh --- profiles/base/.zshrc | 2 ++ 1 file changed, 2 insertions(+) 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"