diff options
-rw-r--r-- | etc/.zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |