first commit

This commit is contained in:
2025-11-25 21:36:31 +00:00
commit e5f0913566
6 changed files with 59 additions and 0 deletions

7
.profile Normal file
View File

@@ -0,0 +1,7 @@
# ~/.profile: executed by Bourne-compatible login shells.
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi