[zsh] removing space from prompt

This commit is contained in:
Nick Nisi
2012-06-17 18:32:28 -05:00
parent 7d06031d97
commit 3549edb447

View File

@@ -42,5 +42,5 @@ directory_name(){
echo "%{$fg_bold[cyan]%}%1/%\/%{$reset_color%}"
}
export PROMPT=$'%{$fg_bold[blue]%}%n: $(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)'