Initial commit

This commit is contained in:
2025-10-14 15:13:06 +02:00
commit cb50aeb2fa
7 changed files with 446 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