mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
stop unsetting local_options in powerlevel10k.zsh-theme; see #496
This commit is contained in:
parent
e7bf217ed5
commit
6e9fbbcae4
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@
|
|||
source $__p9k_root_dir/internal/p10k.zsh || true
|
||||
}
|
||||
|
||||
unsetopt local_options
|
||||
(( $+__p9k_instant_prompt_active )) && unsetopt prompt_cr prompt_sp || setopt prompt_cr prompt_sp
|
||||
|
||||
(( ${#__p9k_src_opts} )) && setopt ${__p9k_src_opts[@]}
|
||||
|
|
Loading…
Reference in a new issue