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