neodotfiles/.bash_profile

7 lines
109 B
Bash
Raw Normal View History

2022-04-18 21:29:56 +00:00
### STARTING XSESSION
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]
then
startx
fi
source $HOME/.bashrc