From 653f148b821cfcf91381a779215d5e30a981b52f Mon Sep 17 00:00:00 2001 From: Johan Kiviniemi Date: Sat, 28 Jan 2012 07:37:22 +0200 Subject: [PATCH] ion.zsh-theme: Use a blue prompt character after all --- themes/ion.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/ion.zsh-theme b/themes/ion.zsh-theme index 3b69f350b..2656859c2 100644 --- a/themes/ion.zsh-theme +++ b/themes/ion.zsh-theme @@ -20,7 +20,7 @@ add-zsh-hook precmd ohmyzsh_ion_precmd local color_error="$fg_bold[red]" local color_info="$fg_bold[black]" -local color_user="$fg_bold[cyan]" +local color_user="$fg_bold[blue]" local color_root="$fg_bold[red]" local newline=$'\n'