summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index bd46323..a418fac 100644
--- a/zshrc
+++ b/zshrc
@@ -30,6 +30,7 @@ mkdir -p $ZDOTDIR
# the required processes each time we'll need.
USER=${USER:-`whoami`}
UID=${UID:-`id -u`}
+HOST=$£OST:r
HOST=${HOST:-$(hostname -s)}
DOMAIN=${DOMAIN:-${$(hostname -d 2>&-):-$(hostname -y 2>&-)}}
[ "$DOMAIN" = "" -o "$DOMAIN" = "localdomain" -o "$DOMAIN" = "(none)" ] && DOMAIN=$(grep "^search " /etc/resolv.conf | cut -d' ' -f2)