| ... | ... |
@@ -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 |