aboutsummaryrefslogtreecommitdiff
path: root/files/.zsh/rc/S20_environment
diff options
context:
space:
mode:
authorAnton Bobov <bobov_a@sibsac.ru>2011-10-13 14:20:53 +0600
committerAnton Bobov <bobov_a@sibsac.ru>2011-10-13 14:20:53 +0600
commit1d988685c28859274bf7c6a147faaf423647f621 (patch)
tree1991622a909db71c3a98dba132a76d109f2eaaa0 /files/.zsh/rc/S20_environment
parent99de19c6ca2fc17a7e69f9f78eca16527dd24e48 (diff)
f
Diffstat (limited to 'files/.zsh/rc/S20_environment')
-rwxr-xr-xfiles/.zsh/rc/S20_environment2
1 files changed, 1 insertions, 1 deletions
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