summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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