1
0
Fork 0

improvements to the 'clean' theme

pull/1/merge
Evandro Myller 15 years ago
parent 5149679f86
commit 9658449450

@ -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='[%*]' RPROMPT='[%*]'
# git theming # git theming

Loading…
Cancel
Save