mirror of
https://github.com/MeexReay/minceraftOS.git
synced 2025-06-24 02:22:59 +03:00
4 lines
83 B
Bash
Executable File
4 lines
83 B
Bash
Executable File
# .bash_profile
|
|
|
|
[[ -z $DISPLAY ]] && [[ "$(tty)" == "/dev/tty1" ]] && exec startx
|