more subtle changes to prompt

This commit is contained in:
Nick Nisi
2012-06-18 09:12:59 -05:00
parent 3549edb447
commit 468a5704d2

View File

@@ -42,5 +42,5 @@ directory_name(){
echo "%{$fg_bold[cyan]%}%1/%\/%{$reset_color%}"
}
export PROMPT=$'%{$fg_bold[blue]%}%n:%{$reset_color%}$(directory_name) %{$fg_bold[cyan]%}➜%{$reset_color%} '
export PROMPT=$'%{$fg_bold[blue]%}%n%{$reset_color%}:$(directory_name) %{$fg_bold[cyan]%}➜%{$reset_color%} '
export RPROMPT=$'$(git_dirty)$(need_push)'