mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
Merge pull request #513 from belak/belak/prompt-cr
Make sure prompt_cr is set
This commit is contained in:
commit
29c0172c18
1 changed files with 1 additions and 1 deletions
|
@ -1339,7 +1339,7 @@ prompt_powerlevel9k_setup() {
|
|||
# returns. We need prompt_subst so we can safely run commands in the prompt
|
||||
# without them being double expanded and we need prompt_percent to expand the
|
||||
# common percent escape sequences.
|
||||
prompt_opts=(subst percent)
|
||||
prompt_opts=(subst percent cr)
|
||||
|
||||
# Borrowed from promptinit, sets the prompt options in case the theme was
|
||||
# not initialized via promptinit.
|
||||
|
|
Loading…
Reference in a new issue