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