diff --git a/.bash_profile b/.bash_profile index 56b2f93..d286cb8 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,3 +1,4 @@ #!/bin/bash [[ -f "$HOME/.profile" ]] && . "$HOME/.profile" +[[ -f "$HOME/.bashrc" ]] && . "$HOME/.bashrc"