浏览代码

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

Anubhav Sharma 1 年之前
父节点
当前提交
249c708ed3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)'