Browse Source

improvements to the 'clean' theme

master
Evandro Myller 15 years ago
parent
commit
603ef440c5
  1. 4
      themes/clean.zsh-theme

4
themes/clean.zsh-theme

@ -1,4 +1,6 @@ @@ -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

Loading…
Cancel
Save