Files
dots/zsh/.zprofile

4 lines
51 B
Bash

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