mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
Explicit setopt
This commit is contained in:
parent
22c29b1253
commit
1c91430aa4
1 changed files with 1 additions and 1 deletions
|
@ -851,7 +851,7 @@ powerlevel9k_init() {
|
|||
|
||||
setopt LOCAL_OPTIONS
|
||||
unsetopt XTRACE KSH_ARRAYS
|
||||
prompt_opts=(cr percent subst)
|
||||
setopt cr percent subst
|
||||
|
||||
# initialize colors
|
||||
autoload -U colors && colors
|
||||
|
|
Loading…
Reference in a new issue