arch-dots/.config/zsh/.zprofile

4 lines
67 B
Plaintext
Raw Normal View History

2024-06-20 17:26:20 +02:00
if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ]; then
exec startx
fi