diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-05-14 22:01:47 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-05-14 22:01:47 +0200 |
commit | 31b1c77b6d681a3f46a1e3eb075c78fb9b7ce04a (patch) | |
tree | ff5ccf61f1b9042572c6809c9a845f2c954c21fb /etc | |
parent | e86d49c0403a7645b2c4212664e44d910b103a9a (diff) |
zprofile: add illusion
Diffstat (limited to 'etc')
-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 |