dotfiles/home/dot_zprofile

4 lines
69 B
Plaintext
Raw Normal View History

2023-01-14 12:54:09 -08:00
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
startx
fi