Change color of host.

This commit is contained in:
Mikaël Capelle 2017-03-24 15:56:06 +01:00
parent f2276d5281
commit 8caa124986
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if [[ $UID -eq 0 ]]; then
local user_host='%{$terminfo[bold]$fg[red]%}%n@%m%{$reset_color%}'
local user_symbol='#'
else
local user_host='%{$terminfo[bold]$fg[green]%}%n@%m%{$reset_color%}'
local user_host='%{$terminfo[bold]$fg[green]%}%n%{$terminfo[bold]$fg[cyan]%}@%m%{$reset_color%}'
local user_symbol='$'
fi