Add extendedglob to config
This commit is contained in:
parent
fb18e89b6d
commit
8e565f08c9
2 changed files with 3 additions and 0 deletions
|
@ -12,3 +12,5 @@ if ! zplug check --verbose; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
zplug load --verbose
|
zplug load --verbose
|
||||||
|
|
||||||
|
source ~/.zcustom/opts.zsh
|
||||||
|
|
1
.zcustom/opts.zsh
Normal file
1
.zcustom/opts.zsh
Normal file
|
@ -0,0 +1 @@
|
||||||
|
setopt extendedglob
|
Loading…
Reference in a new issue