1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-06-30 04:20:28 +00:00

improvements to the 'clean' theme

This commit is contained in:
Evandro Myller 2010-01-02 02:51:49 -03:00
parent d084c5a1cd
commit 603ef440c5

View File

@ -1,4 +1,6 @@
PROMPT='%n:%{$fg[blue]%}%B%c%b%{$reset_color%} $(git_prompt_info)%(!.#.$) '
if [ "$(whoami)" = "root" ]; then NCOLOR="red"; else NCOLOR="white"; fi
PROMPT='%{$fg[$NCOLOR]%}%n%{$reset_color%}:%{$fg[blue]%}%B%c/%b%{$reset_color%} $(git_prompt_info)%(!.#.$) '
RPROMPT='[%*]'
# git theming