This commit is contained in:
2025-08-16 08:30:09 -07:00
parent 4c2ff940a4
commit 37d7decbe0
9 changed files with 1497 additions and 35 deletions

8
archive/.bash_profile Normal file
View File

@@ -0,0 +1,8 @@
# ~/.bash_profile
# If interactive, load .bashrc for aliases, functions, prompt, etc.
if [ -n "$BASH_VERSION" ]; then
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
fi