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
|
source $HOME/.zshrc_local
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
setopt noEXTENDED_GLOB
|
||||||
|
|
||||||
ENV_FILE="$HOME/.environment"
|
ENV_FILE="$HOME/.environment"
|
||||||
LOCAL_ENV_FILE="$HOME/.environment.local"
|
LOCAL_ENV_FILE="$HOME/.environment.local"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user