Browse Source

clean theme: username is now bold

master
Evandro Myller 15 years ago
parent
commit
5b06b4c2b6
  1. 2
      themes/clean.zsh-theme

2
themes/clean.zsh-theme

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
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)%(!.#.$) '
PROMPT='%{$fg[$NCOLOR]%}%B%n%b%{$reset_color%}:%{$fg[blue]%}%B%c/%b%{$reset_color%} $(git_prompt_info)%(!.#.$) '
RPROMPT='[%*]'
# git theming

Loading…
Cancel
Save