From 1d988685c28859274bf7c6a147faaf423647f621 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 13 Oct 2011 14:20:53 +0600 Subject: f --- files/.zsh/rc/S20_environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/.zsh/rc/S20_environment b/files/.zsh/rc/S20_environment index c7268fe..3857e04 100755 --- a/files/.zsh/rc/S20_environment +++ b/files/.zsh/rc/S20_environment @@ -2,7 +2,7 @@ if [ x"$HOME" = x ] ; then export HOME=$(cd ~ ; pwd) fi if [ x"$HOSTNAME" = x ] ; then - export HOSTNAME=$(/usr/bin/hostname) + export HOSTNAME=$(/bin/hostname) fi export SHELL=/bin/zsh -- cgit v1.2.3