diff --git a/dot_bash_profile b/dot_bash_profile new file mode 100644 index 0000000..b45e64f --- /dev/null +++ b/dot_bash_profile @@ -0,0 +1,6 @@ +# .bash_profile + +# Get the aliases and functions +if [ -f ~/.bashrc ]; then + . ~/.bashrc +fi