mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
fix(frontcube): fix escape of reset color sequence (#10921)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
PROMPT='
|
PROMPT='
|
||||||
%{$fg_bold[gray]%}%~%{$fg_bold[blue]%}%{$fg_bold[blue]%} % %{$reset_color%}
|
%{$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)'
|
RPROMPT='$(git_prompt_info) $(ruby_prompt_info)'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user