From 31b1c77b6d681a3f46a1e3eb075c78fb9b7ce04a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 14 May 2013 22:01:47 +0200 Subject: zprofile: add illusion --- etc/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/.zprofile b/etc/.zprofile index 17a2caf..352e9ef 100644 --- a/etc/.zprofile +++ b/etc/.zprofile @@ -33,7 +33,7 @@ function { [[ -r ${ZDIR}/local-profile ]] && source ${ZDIR}/local-profile -if [[ ${HOST} == (carbon|descent|saviour) && -z ${SSH_CONNECTION} && \ +if [[ ${HOST} == (carbon|descent|illusion|saviour) && -z ${SSH_CONNECTION} && \ ! -e /tmp/.x-started ]] \ { touch /tmp/.x-started -- cgit v1.2.3