dotfiles/zprofile
2022-01-04 22:02:49 +00:00

4 lines
53 B
Bash

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