summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net:lan.theoris.fr/Colors.zsh6
1 files changed, 6 insertions, 0 deletions
diff --git a/net:lan.theoris.fr/Colors.zsh b/net:lan.theoris.fr/Colors.zsh
new file mode 100644
index 0000000..769255b
--- /dev/null
+++ b/net:lan.theoris.fr/Colors.zsh
@@ -0,0 +1,6 @@
+if [ "$TMUX" != "" ]
+then
+ PS1_USER="38;5;41"
+else
+ PS1_USER="38;5;40"
+fi