dotfiles/zsh/.zlogin

4 lines
46 B
Bash

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