Browse Source

fix(frontcube): fix escape of reset color sequence (#10921)

Anubhav Sharma 1 year ago
parent
commit
249c708ed3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      themes/frontcube.zsh-theme

+ 1 - 1
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)'