dotfiles/x/.zprofile

4 lines
47 B
Plaintext
Raw Normal View History

if [ "$(tty)" = "/dev/tty1" ]; then
startx
fi