From 8caa124986141a4b5e3cdcb0af41bd1d62012624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Fri, 24 Mar 2017 15:56:06 +0100 Subject: [PATCH] Change color of host. --- zsh-custom/themes/mybira.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh-custom/themes/mybira.zsh-theme b/zsh-custom/themes/mybira.zsh-theme index 2b9f7bb..58072c2 100644 --- a/zsh-custom/themes/mybira.zsh-theme +++ b/zsh-custom/themes/mybira.zsh-theme @@ -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