From 6e2aa9a35ac7aed53c9d26ac682b2286b70efe2c Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 25 Mar 2015 15:28:51 +0000 Subject: [PATCH] green PS1 for semantico --- etc/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/bashrc b/etc/bashrc index e9a80071..191cce25 100644 --- a/etc/bashrc +++ b/etc/bashrc @@ -67,6 +67,7 @@ case "$HOSTNAME" in # mac - magenta Nicolas-Boisselier-MacBook*) h="macbook"; color=35 ;; MacMini*) color=35 ;; + dev*|cst*|csp*) color=32 ;; *) color=36 ;; esac -- 2.47.3