ansible-scripts/.bash_profile
2022-12-28 17:09:52 +01:00

3 lines
68 B
Bash

if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
startx
fi