mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
reset color after prompt
This commit is contained in:
parent
f9d6478212
commit
7f498f88da
1 changed files with 1 additions and 1 deletions
|
|
@ -19,5 +19,5 @@ zstyle ':vcs_info:*' unstagedstr "%{$fg_no_bold[red]%}"
|
|||
zstyle ':vcs_info:*' stagedstr "%{$fg_no_bold[yellow]%}"
|
||||
zstyle ':vcs_info:*' enable fossil hg svn git cvs # p4 off, but must be last.
|
||||
|
||||
RPROMPT='%F{green}%n@%m %F{magenta}%3~${vcs_info_msg_0_}%{$reset_color%}'
|
||||
RPROMPT='%F{green}%n@%m %F{magenta}%3~$%{$reset_color%}${vcs_info_msg_0_}%{$reset_color%}'
|
||||
setopt PROMPT_SUBST
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue