zsh: run startx on console login

This commit is contained in:
Jason Swank 2023-11-15 12:10:19 -05:00
parent d7c6ba8219
commit 47898afe71

3
zsh/.zlogin Normal file
View File

@ -0,0 +1,3 @@
if [ $(tty) = "/dev/tty1" ]; then
startx
fi