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

pull/973/head
Roman Perepelitsa 4 years ago
parent 525e2545db
commit 711490252e

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

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

Loading…
Cancel
Save