Change color of host.
This commit is contained in:
parent
f2276d5281
commit
8caa124986
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user