mirror of
https://github.com/tuxdotrs/tuxOS.git
synced 2025-07-06 09:46:34 +05:30
7 lines
109 B
Bash
7 lines
109 B
Bash
#
|
|
# ~/.bash_profile
|
|
#
|
|
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
|
|
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx |