dotfiles/x/.zprofile

4 lines
47 B
Bash

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