Skip to content

Commit

Permalink
fix(frontcube): fix escape of reset color sequence (ohmyzsh#10921)
Browse files Browse the repository at this point in the history
  • Loading branch information
anubhavsharma515 committed Jul 12, 2022
1 parent 0c7ce36 commit 249c708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/frontcube.zsh-theme
Original file line number Diff line number Diff line change
@@ -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)'

Expand Down

0 comments on commit 249c708

Please sign in to comment.