mirror of
https://github.com/tuxdotrs/tuxOS.git
synced 2025-07-08 10:46:34 +05:30
initial commit
This commit is contained in:
7
airootfs/etc/skel/.bash_profile
Normal file
7
airootfs/etc/skel/.bash_profile
Normal file
@ -0,0 +1,7 @@
|
||||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
|
||||
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
|
Reference in New Issue
Block a user