summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2010-08-11 15:16:31 +0200
committerHugues Hiegel <hugues@hiegel.fr>2010-08-11 15:16:31 +0200
commit23514745208ad818da081846601d6580235330d9 (patch)
tree6a15a7ea7254e0df08ffda9a1c3c0fecf9fe59e4
parent6ea4614bf25317cafd6414c947ab59d41b231725 (diff)
[Theoris] net colors
-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