diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-08-14 22:09:40 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-08-14 22:09:40 +0200 |
commit | 3912ee67135ed2fa69c4db1edfe1969b8b972000 (patch) | |
tree | 1a57b3e70f36d7c20131158894932f0704f80793 | |
parent | f89a68a1f87da53b6556a0f61b0f14594a815638 (diff) |
zprofile: Hostname update
-rw-r--r-- | etc/.zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/.zprofile b/etc/.zprofile index 9510b60..a5b3dc6 100644 --- a/etc/.zprofile +++ b/etc/.zprofile @@ -21,7 +21,7 @@ echo [[ -n $(echo Maildir/new/*(N)) ]] && pr_info "You have mail!" [[ -r ${ZDIR}/local-profile ]] && source ${ZDIR}/local-profile -if [[ ${HOST} == (remnant|chrome) && -z ${SSH_CONNECTION} && \ +if [[ ${HOST} == (descent|chrome) && -z ${SSH_CONNECTION} && \ ! -e /tmp/.x-started ]] \ { touch /tmp/.x-started |