summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorEemil Lagerspetz <eemil.lagerspetz@gmail.com>2024-01-25 10:23:07 +0100
committerCarlo Sala <carlosalag@protonmail.com>2024-01-25 10:23:38 +0100
commit80c114cb3a64044ea50b623f96a35bc022db5e8d (patch)
tree41f677a0fdb4821ad4ebdedce8095f76defa3f44 /themes
parent652037ebdfbe581e4c7dfcd0862ac2d1577c86d9 (diff)
downloadzsh-80c114cb3a64044ea50b623f96a35bc022db5e8d.tar.gz
zsh-80c114cb3a64044ea50b623f96a35bc022db5e8d.tar.bz2
zsh-80c114cb3a64044ea50b623f96a35bc022db5e8d.zip
fix(awesomepanda): new line wrap
Closes #5982 Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/awesomepanda.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/awesomepanda.zsh-theme b/themes/awesomepanda.zsh-theme
index 85036e4ac..000697397 100644
--- a/themes/awesomepanda.zsh-theme
+++ b/themes/awesomepanda.zsh-theme
@@ -1,6 +1,6 @@
# the svn plugin has to be activated for this to work.
local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ %s)"
-PROMPT='${ret_status}%{$fg_bold[green]%} %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%}$(svn_prompt_info)%{$reset_color%}'
+PROMPT='%{${ret_status}%}%{$fg_bold[green]%} %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%}$(svn_prompt_info)%{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"