summaryrefslogtreecommitdiff
path: root/net:sagem.ads.sagem/Colors.zsh
diff options
context:
space:
mode:
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