mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-18 05:40:07 +00:00
Corrected ZSH option names.
This commit is contained in:
parent
689b6d8f8c
commit
87fab65609
1 changed files with 1 additions and 1 deletions
|
@ -881,7 +881,7 @@ powerlevel9k_init() {
|
||||||
|
|
||||||
setopt LOCAL_OPTIONS
|
setopt LOCAL_OPTIONS
|
||||||
unsetopt XTRACE KSH_ARRAYS
|
unsetopt XTRACE KSH_ARRAYS
|
||||||
setopt cr percent subst
|
setopt PROMPT_CR PROMPT_PERCENT PROMPT_SUBST MULTIBYTE
|
||||||
|
|
||||||
# initialize colors
|
# initialize colors
|
||||||
autoload -U colors && colors
|
autoload -U colors && colors
|
||||||
|
|
Loading…
Reference in a new issue