First Commit

This commit is contained in:
2026-07-16 10:16:30 +02:00
commit 0021af697d
50 changed files with 7018 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# ~/.profile: executed by Bourne-compatible login shells.
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi