Files
dots/.config/zsh/.zprofile

4 lines
51 B
Bash
Executable File

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