Browse code

clean theme: username is now bold

Evandro Myller authored on 02/01/2010 at 20:59:11
Showing 1 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 if [ "$(whoami)" = "root" ]; then NCOLOR="red"; else NCOLOR="white"; fi
2 2
 
3
-PROMPT='%{$fg[$NCOLOR]%}%n%{$reset_color%}:%{$fg[blue]%}%B%c/%b%{$reset_color%} $(git_prompt_info)%(!.#.$) '
3
+PROMPT='%{$fg[$NCOLOR]%}%B%n%b%{$reset_color%}:%{$fg[blue]%}%B%c/%b%{$reset_color%} $(git_prompt_info)%(!.#.$) '
4 4
 RPROMPT='[%*]'
5 5
 
6 6
 # git theming