minceraftOS/data/bash_profile

9 lines
112 B
Bash
Executable File

# .bash_profile
sudo plymouth quit
if [[ -z $DISPLAY ]] && [[ "$(tty)" == "/dev/tty1" ]]
then
exec startx
fi