cleaned up a little bit, also added a space to help with selecting the current path

This commit is contained in:
James McGlashan 2011-12-03 00:43:43 +11:00
commit d6cf11f992

View file

@ -1,6 +1,6 @@
(( EUID == 0 )) && ucolor=red || ucolor=cyan
PROMPT='%{$fg[$ucolor]%}%n%{$reset_color%}@%{$fg[blue]%}%m:%{$fg[green]%}%0~%{$fg[red]%}%(?.. [%?]) %{$reset_color%}%% '
PROMPT='%{$fg[$ucolor]%}%n%{$reset_color%}@%{$fg[blue]%}%m%{$reset_color%}: %{$fg[green]%}%0~%{$fg[red]%}%(?.. [%?]) %{$reset_color%}%% '
RPROMPT='$(git_prompt_info)'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}["