From bcbeb635ed517e1182c336ece3cd5ac1f84508a8 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 20 Jan 2011 18:51:47 +0100 Subject: zprofile: Autostart X += saviour --- etc/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/.zprofile b/etc/.zprofile index 3bc766a..2b8312d 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} == descent && -z ${SSH_CONNECTION} && \ +if [[ ${HOST} == (descent|saviour) && -z ${SSH_CONNECTION} && \ ! -e /tmp/.x-started ]] \ { touch /tmp/.x-started -- cgit v1.2.3