mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-16 17:50:09 +00:00
Fixing typo in #525 to teardown RPROMPT
This commit is contained in:
parent
c04c51bc8b
commit
a7409272ac
1 changed files with 1 additions and 1 deletions
|
@ -1454,7 +1454,7 @@ prompt_powerlevel9k_teardown() {
|
|||
add-zsh-hook -D precmd powerlevel9k_\*
|
||||
add-zsh-hook -D preexec powerlevel9k_\*
|
||||
PROMPT='%m%# '
|
||||
RPROPT=
|
||||
RPROMPT=
|
||||
}
|
||||
|
||||
prompt_powerlevel9k_setup "$@"
|
||||
|
|
Loading…
Reference in a new issue