This commit is contained in:
b11ng0
2025-03-05 14:34:50 +00:00
commit aed56a0c40
69 changed files with 478 additions and 0 deletions

9
.profile Normal file
View File

@ -0,0 +1,9 @@
# ~/.profile: executed by Bourne-compatible login shells.
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi
mesg n 2> /dev/null || true