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