From 242612d7452d735557f416d04c69b90f4d48da0b Mon Sep 17 00:00:00 2001 From: Noon Silk Date: Fri, 13 Jan 2012 12:12:14 +1100 Subject: [PATCH] Added a lightning bolt, for no particular reason. --- themes/noon.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/noon.zsh-theme b/themes/noon.zsh-theme index b3bac26c6..26194822e 100644 --- a/themes/noon.zsh-theme +++ b/themes/noon.zsh-theme @@ -17,7 +17,7 @@ # (i.e. they will be reset, even if you hit enter a few times on empty command prompts) # local time, color coded by last return code -time_enabled="%(?.%{$fg[magenta]%}.%{$fg[red]%})%D{%I:%M %p}%{$reset_color%}" +time_enabled="%(?.%{$fg[magenta]%}.%{$fg[red]%}⚡ )%D{%I:%M %p}%{$reset_color%}" time_disabled="%{$fg[magenta]%}%D{%I:%M %p}%{$reset_color%}" time=$time_enabled