summaryrefslogtreecommitdiff
path: root/themes/clean.zsh-theme
diff options
context:
space:
mode:
authorEvandro Myller <evandromyller@gmail.com>2010-01-02 17:59:11 -0300
committerEvandro Myller <evandromyller@gmail.com>2010-01-02 17:59:11 -0300
commitbe66fe9d7aab5cd1603a6e86d67b792ac9f5e6f5 (patch)
tree8b3948c688b9648d235e672901f9917f154673c9 /themes/clean.zsh-theme
parent9658449450685d5adae867a0b79eddc47262f65e (diff)
downloadzsh-be66fe9d7aab5cd1603a6e86d67b792ac9f5e6f5.tar.gz
zsh-be66fe9d7aab5cd1603a6e86d67b792ac9f5e6f5.tar.bz2
zsh-be66fe9d7aab5cd1603a6e86d67b792ac9f5e6f5.zip
clean theme: username is now bold
Diffstat (limited to 'themes/clean.zsh-theme')
-rw-r--r--themes/clean.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/clean.zsh-theme b/themes/clean.zsh-theme
index d81eeaa63..95f532a82 100644
--- a/themes/clean.zsh-theme
+++ b/themes/clean.zsh-theme
@@ -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