correcting prompt

This commit is contained in:
Nick Nisi
2012-05-03 09:43:47 -05:00
parent d1397b5609
commit 40be6da382

View File

@@ -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%}"
}