From 23514745208ad818da081846601d6580235330d9 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 11 Aug 2010 15:16:31 +0200 Subject: [Theoris] net colors --- net:lan.theoris.fr/Colors.zsh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 net:lan.theoris.fr/Colors.zsh 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 -- cgit v1.2.3