enable extended_glob in p10k-{pure,robbyrussell}.zsh to fix `unset -m`

pull/973/head
Roman Perepelitsa 2020-08-21 11:08:14 +02:00
parent 525e2545db
commit 711490252e
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
'builtin' 'setopt' 'no_aliases' 'no_sh_glob' 'brace_expand'
() {
emulate -L zsh
emulate -L zsh -o extended_glob
# Unset all configuration options.
unset -m '(POWERLEVEL9K_*|DEFAULT_USER)~POWERLEVEL9K_GITSTATUS_DIR'

View File

@ -18,7 +18,7 @@
'builtin' 'setopt' 'no_aliases' 'no_sh_glob' 'brace_expand'
() {
emulate -L zsh
emulate -L zsh -o extended_glob
# Unset all configuration options.
unset -m '(POWERLEVEL9K_*|DEFAULT_USER)~POWERLEVEL9K_GITSTATUS_DIR'