1
0
Fork 0
ryzowanie/config/zsh/.zlogin

4 lines
100 B
Text
Raw Normal View History

2024-08-05 18:22:47 +02:00
#!/bin/zsh
2024-08-17 14:38:50 +02:00
[ "${TTY}" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC"