diff --git a/bash/.bash_profile b/bash/.bash_profile new file mode 100644 index 0000000..1b8228a --- /dev/null +++ b/bash/.bash_profile @@ -0,0 +1,5 @@ +#!/bin/bash + +if [[ -f ~/.bashrc ]]; then + source ~/.bashrc +fi