diff options
| -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 |
