summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2009-04-28 18:33:55 +0200
committerHugues Hiegel <hugues@hiegel.fr>2009-04-28 18:33:55 +0200
commitcf01b09086d7a803ee2acfb34e68fc1e4932a670 (patch)
tree8ed7475cd89f69ba5b066248bd0db667e2e44749
parentffddf3e798ec44abacd9f9d7fb585467cbe8e52f (diff)
[Colors] get back to blue for screen sessions
-rw-r--r--11_Colors.zsh3
1 files changed, 2 insertions, 1 deletions
diff --git a/11_Colors.zsh b/11_Colors.zsh
index 7cf4007..43c488b 100644
--- a/11_Colors.zsh
+++ b/11_Colors.zsh
@@ -26,7 +26,8 @@ PS1_ROOT=${PS1_ROOT:-$color[red]}
PS1_USER=${PS1_USER:-$color[blue]}
PS1_SUDO=${PS1_SUDO:-$color[green]}
PS1_USER_SSH=${PS1_USER_SSH:-$color[magenta]}
-PS1_USER_SCR=${PS1_USER_SCR:-$color[cyan]}
+#PS1_USER_SCR=${PS1_USER_SCR:-$color[cyan]}
+PS1_USER_SCR=$PS1_USER
correct_colors[error]="$color[red];$color[bold]"
correct_colors[suggest]="$color[blue];$color[bold]"