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