summaryrefslogtreecommitdiff
path: root/net:sagem.ads.sagem/Colors.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2010-04-23 14:48:41 +0200
committerHugues Hiegel <hugues@hiegel.fr>2010-04-23 14:48:41 +0200
commita16af3cf8e90c6d7f761abcb9398f11e5307e9bc (patch)
tree5a4447fcbccb9853da58a86afb5220aae4dd406a /net:sagem.ads.sagem/Colors.zsh
parenteb26b6b8f4dbb1275a0cf80df8e3e57ea2f6dc2f (diff)
parent753903a9e17a6cdba08f512ba211c5f599107984 (diff)
Merge commit 'origin/master'
Diffstat (limited to 'net:sagem.ads.sagem/Colors.zsh')
-rw-r--r--net:sagem.ads.sagem/Colors.zsh6
1 files changed, 6 insertions, 0 deletions
diff --git a/net:sagem.ads.sagem/Colors.zsh b/net:sagem.ads.sagem/Colors.zsh
new file mode 100644
index 0000000..ce8fe26
--- /dev/null
+++ b/net:sagem.ads.sagem/Colors.zsh
@@ -0,0 +1,6 @@
+if [ "$TMUX" != "" ]
+then
+ PS1_USER="38;5;55"
+else
+ PS1_USER="38;5;54"
+fi