diff options
| author | Marc Cornellà <marc@mcornella.com> | 2024-09-03 23:35:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-03 23:35:22 +0200 |
| commit | ab3d42a34cd0600b723de0accc248632f2dcf4e3 (patch) | |
| tree | 9e621e41ba0a5905ec460591b38d0ac0d0a9833b /themes/awesomepanda.zsh-theme | |
| parent | b8c69d265257fae88fe504ea43cbcf2728bc1308 (diff) | |
| download | zsh-ab3d42a34cd0600b723de0accc248632f2dcf4e3.tar.gz zsh-ab3d42a34cd0600b723de0accc248632f2dcf4e3.tar.bz2 zsh-ab3d42a34cd0600b723de0accc248632f2dcf4e3.zip | |
Revert "fix(awesomepanda): new line wrap" (#12651)
This reverts commit 80c114cb3a64044ea50b623f96a35bc022db5e8d.
Diffstat (limited to 'themes/awesomepanda.zsh-theme')
| -rw-r--r-- | themes/awesomepanda.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/awesomepanda.zsh-theme b/themes/awesomepanda.zsh-theme index 000697397..85036e4ac 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%}" |
