From 40be6da3821c25c7ffdd3188ce04b3061b8ab6f3 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Thu, 3 May 2012 09:43:47 -0500 Subject: [PATCH] correcting prompt --- zsh/prompt.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/prompt.zsh b/zsh/prompt.zsh index 1a81feb..29c02de 100644 --- a/zsh/prompt.zsh +++ b/zsh/prompt.zsh @@ -72,7 +72,8 @@ directory_name(){ echo "%{$fg_bold[cyan]%}%1/%\/%{$reset_color%}" } -export PROMPT=$'\n$(rb_prompt) in $(directory_name) $(git_dirty)$(need_push)\n› ' +export PROMPT=$'$(rb_prompt) in $(directory_name) $(git_dirty)$(need_push)\n› ' + set_prompt () { export RPROMPT="%{$fg_bold[cyan]%}$(todo)%{$reset_color%}" }