summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/env2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/env b/zsh/env
index cec4b06..91c2e69 100644
--- a/zsh/env
+++ b/zsh/env
@@ -13,7 +13,7 @@ source_if_exists() {
return 0
}
-export HOST=${HOST:l}
+export HOST=${HOST}
export HOST_SHORT=${${(%):-%m}:l}
export DOMAIN=${${${(%):-%M}#${HOST_SHORT}.}:l}
case ${OSTYPE} in