From 5500f31d4433305d6e49c04d0adbcbbded096e6f Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 19 Mar 2010 10:13:23 +0100 Subject: [Colors] Added specific colors for ads.sagemcom --- host:rmm-p1197486 | 1 + net:sagem.ads.sagem/Colors.zsh | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 host:rmm-p1197486 create mode 100644 net:sagem.ads.sagem/Colors.zsh diff --git a/host:rmm-p1197486 b/host:rmm-p1197486 new file mode 120000 index 0000000..f35a2fa --- /dev/null +++ b/host:rmm-p1197486 @@ -0,0 +1 @@ +net:sagem.ads.sagem \ No newline at end of file diff --git a/net:sagem.ads.sagem/Colors.zsh b/net:sagem.ads.sagem/Colors.zsh new file mode 100644 index 0000000..d378598 --- /dev/null +++ b/net:sagem.ads.sagem/Colors.zsh @@ -0,0 +1,6 @@ +if [ "$TMUX" != "" ] +then + PS1_USER="38;5;39" +else + PS1_USER="38;5;81" +fi -- cgit v1.2.3 From 676e776bea84078ec36d54ca8530c7770594c572 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 23 Apr 2010 14:45:31 +0200 Subject: [Colors] updates --- net:sagem.ads.sagem/Colors.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net:sagem.ads.sagem/Colors.zsh b/net:sagem.ads.sagem/Colors.zsh index d378598..ce8fe26 100644 --- a/net:sagem.ads.sagem/Colors.zsh +++ b/net:sagem.ads.sagem/Colors.zsh @@ -1,6 +1,6 @@ if [ "$TMUX" != "" ] then - PS1_USER="38;5;39" + PS1_USER="38;5;55" else - PS1_USER="38;5;81" + PS1_USER="38;5;54" fi -- cgit v1.2.3 From 753903a9e17a6cdba08f512ba211c5f599107984 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 23 Apr 2010 14:45:45 +0200 Subject: [Zsh] fortunes --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 3373e51..d248fa6 100644 --- a/zshrc +++ b/zshrc @@ -96,3 +96,4 @@ then [ "`pwd`" = ~$SUDO_USER ] && cd fi +fortune fr -- cgit v1.2.3