ansible-scripts/.bash_profile

3 lines
68 B
Bash
Raw Normal View History

2022-12-28 16:09:52 +00:00
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
startx
fi