diff options
author | Kaleb Elwert <belak@coded.io> | 2017-05-03 21:58:14 +0300 |
---|---|---|
committer | Kaleb Elwert <belak@coded.io> | 2017-05-03 21:58:18 +0300 |
commit | 39eea0479da3f5cbccdb630132f728e84c3f9427 (patch) | |
tree | 05566454206db7a8b4566811d11028a402ac90b9 | |
parent | 954c8697e70841f6c2bcc11257d1b42859e22d66 (diff) |
Make sure prompt_cr is set
Fixes #511
-rwxr-xr-x | powerlevel9k.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index 3eba616c..19da5bc9 100755 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -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. |