From: Bjørn Rustad Date: Fri, 16 Sep 2011 21:02:40 +0000 (+0200) Subject: Add nilfisk to host list in zshrc X-Git-Url: http://git.rustad.me/?a=commitdiff_plain;h=f7b74113454b574b10befecd1249b98296b65310;p=dotfiles Add nilfisk to host list in zshrc --- diff --git a/zshrc b/zshrc index 385e971..315ae2a 100644 --- a/zshrc +++ b/zshrc @@ -24,6 +24,7 @@ for host in `hostname -f` `hostname`; do case $host in maxwell.rustad.me) COLOR=`echo -n '\e[1;36m'` ;; epsilon.us.to) COLOR=`echo -n '\e[1;34m'` ;; + nilfisk) COLOR=`echo -n '\e[1;32m'` ;; *.samfundet.no) COLOR=`echo -n '\e[1;33m'` ;; esac done