new files from arch added

This commit is contained in:
2022-06-05 13:59:34 +05:30
parent c2401fb4ac
commit 1f34c0e4ee
13 changed files with 631 additions and 226 deletions

10
.bash_profile Normal file
View File

@@ -0,0 +1,10 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [ $(basename $(exec tty)) == tty1 ]
then
exec startx >/dev/null 2>&1
fi