diff options
| author | Anton Bobov <bobov_a@sibsac.ru> | 2011-10-13 14:20:53 +0600 |
|---|---|---|
| committer | Anton Bobov <bobov_a@sibsac.ru> | 2011-10-13 14:20:53 +0600 |
| commit | 1d988685c28859274bf7c6a147faaf423647f621 (patch) | |
| tree | 1991622a909db71c3a98dba132a76d109f2eaaa0 /files/.zsh | |
| parent | 99de19c6ca2fc17a7e69f9f78eca16527dd24e48 (diff) | |
f
Diffstat (limited to 'files/.zsh')
| -rwxr-xr-x | files/.zsh/rc/S20_environment | 2 |
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 |
