dotfiles/home/dot_zprofile

7 lines
128 B
Text
Raw Normal View History

2022-09-02 16:10:12 -05:00
# # startx automatically if on first tty
# if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
# startx
# logout
# fi