summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@openwide.fr>2010-03-19 10:13:23 +0100
committerHugues Hiegel <hugues.hiegel@openwide.fr>2010-03-19 10:13:23 +0100
commit5500f31d4433305d6e49c04d0adbcbbded096e6f (patch)
tree188cf92852df93ac4da69a1368c1d8579c081987
parentf6c169285142e3b02744b79bbab462536b59f4ff (diff)
[Colors] Added specific colors for ads.sagemcom
l---------host:rmm-p11974861
-rw-r--r--net:sagem.ads.sagem/Colors.zsh6
2 files changed, 7 insertions, 0 deletions
diff --git a/host:rmm-p1197486 b/host:rmm-p1197486
new file mode 120000
index 0000000..f35a2fa
--- /dev/null
+++ b/host:rmm-p1197486
@@ -0,0 +1 @@
+net:sagem.ads.sagem \ No newline at end of file
diff --git a/net:sagem.ads.sagem/Colors.zsh b/net:sagem.ads.sagem/Colors.zsh
new file mode 100644
index 0000000..d378598
--- /dev/null
+++ b/net:sagem.ads.sagem/Colors.zsh
@@ -0,0 +1,6 @@
+if [ "$TMUX" != "" ]
+then
+ PS1_USER="38;5;39"
+else
+ PS1_USER="38;5;81"
+fi