diff zshrc @ 1:e12c50e8ea8c

use the builtin HOST variable
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 28 Nov 2011 12:38:54 +0100
parents 8b245298349a
children d31291a406ed
line wrap: on
line diff
--- a/zshrc	Mon Nov 28 12:36:49 2011 +0100
+++ b/zshrc	Mon Nov 28 12:38:54 2011 +0100
@@ -44,8 +44,7 @@
 fi
 
 # include a zshrc per host
-local hostname=`uname -n`
-local host_zshrc=$HOME/.zsh-env/zshrc-${hostname}
+local host_zshrc=$HOME/.zsh-env/zshrc-${HOST}
 if [ -r ${host_zshrc} ]; then
     . ${host_zshrc}
 fi