Fix .zprofile

This commit is contained in:
natemaia 2018-10-24 23:30:30 -07:00
parent 1b1f05b568
commit 998e4343bf

View File

@ -2,6 +2,6 @@
# sourced by zsh when used as a login shell
# automatically run startx when logging in on tty1
if [[ ! $DISPLAY && $TERM == 'linux' && $XDG_VTNR -eq 1 ]]; then
#exec startx -- vt1 -keeptty > ~/.local/share/xorg/xorg.log
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
#exec startx -- vt1 >/dev/null 2>&1
fi