Add home configuration

This commit is contained in:
Ray Miller 2024-11-29 16:55:11 +00:00
parent 47aafcf5d4
commit 19faa32dbf
5 changed files with 127 additions and 0 deletions

2
.bash_profile Normal file
View file

@ -0,0 +1,2 @@
# Honor per-interactive-shell startup file
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi