dotfiles/home/dot_zprofile

7 lines
128 B
Plaintext

# # startx automatically if on first tty
# if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
# startx
# logout
# fi