'.zprofile' ändern

add comment what it does
This commit is contained in:
templis 2018-04-09 03:41:50 +02:00
parent ec6e07e465
commit c0ce13ef54

View File

@ -1,3 +1,4 @@
# start X if console is ttys0
if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
exec startx exec startx
fi fi