From 79aadb1fc30f79984bbe56c1d5bc9b01a4a0b8ec Mon Sep 17 00:00:00 2001 From: steeef Date: Fri, 1 Oct 2010 22:07:06 -0700 Subject: [PATCH] use zsh abstraction for color code --- themes/steeef.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/steeef.zsh-theme b/themes/steeef.zsh-theme index 9e9ff4b45..0a48939f1 100644 --- a/themes/steeef.zsh-theme +++ b/themes/steeef.zsh-theme @@ -82,5 +82,5 @@ function steeef_precmd { add-zsh-hook precmd steeef_precmd PROMPT=$' -%{$fg[magenta]%}%n%{$reset_color%} at %{^[[38;05;214m%}%m%{$reset_color%} in %{$fg_bold[green]%}%~%{$reset_color%} $vcs_info_msg_0_ +%{$fg[magenta]%}%n%{$reset_color%} at %214F%m%{$reset_color%} in %{$fg_bold[green]%}%~%{$reset_color%} $vcs_info_msg_0_ $(virtualenv_info)$ '