From 201aa05bc1faed954f6f2a5da7d3555be7ea0e86 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Sat, 16 Jun 2012 20:35:29 -0500 Subject: [PATCH] [zsh] more updating of prompt + added right prompt + added symbols/colors + moved git data to right prompt --- zsh/prompt.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/prompt.zsh b/zsh/prompt.zsh index ffe0a01..4765323 100644 --- a/zsh/prompt.zsh +++ b/zsh/prompt.zsh @@ -28,7 +28,7 @@ need_push() { then echo " " else - echo " with %{$fg_bold[magenta]%}☁%{$reset_color%} " + echo " %{$fg_bold[magenta]%}☁%{$reset_color%} " fi }