add .bash_profile

main
Andrew Coleman 2021-04-13 15:56:01 -04:00
parent d8bfd52a05
commit b42980ddda
1 changed files with 6 additions and 0 deletions

6
dot_bash_profile Normal file
View File

@ -0,0 +1,6 @@
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi