diff options
author | Anubhav Sharma <anubhav.sharma@wattpad.com> | 2022-07-12 13:44:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-12 19:44:32 +0200 |
commit | 249c708ed3a4a7a63d16a6e911a46b6fb9623cbd (patch) | |
tree | 7f8016acd3c9c814aafd21233d2337a0bd73db1e /themes/frontcube.zsh-theme | |
parent | 0c7ce363c903e1e3255d4d30255ff4790678ace9 (diff) | |
download | zsh-249c708ed3a4a7a63d16a6e911a46b6fb9623cbd.tar.gz zsh-249c708ed3a4a7a63d16a6e911a46b6fb9623cbd.tar.bz2 zsh-249c708ed3a4a7a63d16a6e911a46b6fb9623cbd.zip |
fix(frontcube): fix escape of reset color sequence (#10921)
Diffstat (limited to 'themes/frontcube.zsh-theme')
-rw-r--r-- | themes/frontcube.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/frontcube.zsh-theme b/themes/frontcube.zsh-theme index f9488d0ac..de6348329 100644 --- a/themes/frontcube.zsh-theme +++ b/themes/frontcube.zsh-theme @@ -1,7 +1,7 @@ PROMPT=' %{$fg_bold[gray]%}%~%{$fg_bold[blue]%}%{$fg_bold[blue]%} % %{$reset_color%} -%{$fg[green]%}➞ %{$reset_color%' +%{$fg[green]%}➞ %{$reset_color%}' RPROMPT='$(git_prompt_info) $(ruby_prompt_info)' |