From c0ce13ef545bec44e3cb6b87649b8215de227882 Mon Sep 17 00:00:00 2001 From: templis Date: Mon, 9 Apr 2018 03:41:50 +0200 Subject: [PATCH] =?UTF-8?q?'.zprofile'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add comment what it does --- .zprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/.zprofile b/.zprofile index 7303c6f..352d24c 100644 --- a/.zprofile +++ b/.zprofile @@ -1,3 +1,4 @@ +# start X if console is ttys0 if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then exec startx fi