diff options
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 6569c68..37d9aa0 100644 --- a/etc/.zprofile +++ b/etc/.zprofile @@ -33,7 +33,7 @@ function { [[ -r ${ZDIR}/local-profile ]] && source ${ZDIR}/local-profile -if [[ ${HOST} == (descent|saviour) && -z ${SSH_CONNECTION} && \ +if [[ ${HOST} == (carbon|descent|saviour) && -z ${SSH_CONNECTION} && \ ! -e /tmp/.x-started ]] \ { touch /tmp/.x-started |