make hostname green in prompt

This commit is contained in:
Em 2020-11-09 09:53:42 -05:00
parent 2055b2ee89
commit 40ac92ec17
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -14,7 +14,7 @@ export LANG=en_US.UTF-8
export EDITOR='vim'
PROMPT='%(!.%{$fg_bold[red]%}.%{$fg_bold[green]%}) %{%F{24}%}(%m) %(!.%1~.%~) $(git_prompt_info)%_$(prompt_char)%{$reset_color%} '
PROMPT='%(!.%{$fg_bold[red]%}.%{$fg_bold[green]%})(%m)%{%F{24}%} %(!.%1~.%~) $(git_prompt_info)%_$(prompt_char)%{$reset_color%} '
ZSH_THEME_GIT_PROMPT_PREFIX="("
ZSH_THEME_GIT_PROMPT_SUFFIX=") "