dotfiles/zsh/.zlogin
2023-12-02 19:46:30 +00:00

7 lines
93 B
Bash

if [[ ! $DISPLAY && $(tty) = "/dev/tty1" ]]; then
startx
exit
fi
cd /workspace/infinite