neodotfiles/.bash_profile
Clay Gomera bf8a168273 Updated
2022-04-18 17:29:56 -04:00

6 lines
109 B
Bash

### STARTING XSESSION
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]
then
startx
fi
source $HOME/.bashrc