diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-04-11 22:42:45 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-04-11 22:42:45 +0200 |
commit | 8b262920241e47830006bce2c96177910ee76043 (patch) | |
tree | 58cc7bd4017a4bef48dd732f0588497c217dc217 | |
parent | 94c9b231edd1c10eb3a5758b11891833a92c1484 (diff) |
profile: X o carbon
-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 |