summaryrefslogtreecommitdiff
path: root/zsh/rc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/rc')
-rw-r--r--zsh/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/rc b/zsh/rc
index 4b49059..3170617 100644
--- a/zsh/rc
+++ b/zsh/rc
@@ -21,7 +21,7 @@ zstyle ':completion:*' users root ${USER}
HISTFILE=${XDG_CACHE_HOME}/zsh/history
HISTSIZE=65535
-PS1="%n@%m:%~ %# "
+PS1='%(?..%F{#ff0000}%?%f )%n@%m:%~ %# '
SAVEHIST=${HISTSIZE}
WORDCHARS=${WORDCHARS/\//}