mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
feat: set no extended glob with zsh
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user