5 lines
80 B
Bash
5 lines
80 B
Bash
if [ "$(tty)" = "/dev/tty1" ]; then
|
|
startx && exit
|
|
fi
|
|
|
|
source $HOME/.bashrc
|