summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2010-04-23 14:45:31 +0200
committerHugues Hiegel <hugues@hiegel.fr>2010-04-23 14:45:31 +0200
commit676e776bea84078ec36d54ca8530c7770594c572 (patch)
tree93beb4947e7db732fec8f769f17897e89f2403c5
parent5500f31d4433305d6e49c04d0adbcbbded096e6f (diff)
[Colors] updates
-rw-r--r--net:sagem.ads.sagem/Colors.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/net:sagem.ads.sagem/Colors.zsh b/net:sagem.ads.sagem/Colors.zsh
index d378598..ce8fe26 100644
--- a/net:sagem.ads.sagem/Colors.zsh
+++ b/net:sagem.ads.sagem/Colors.zsh
@@ -1,6 +1,6 @@
if [ "$TMUX" != "" ]
then
- PS1_USER="38;5;39"
+ PS1_USER="38;5;55"
else
- PS1_USER="38;5;81"
+ PS1_USER="38;5;54"
fi