diff options
Diffstat (limited to 'zsh/env')
| -rw-r--r-- | zsh/env | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
