diff --git a/src/.bash_profile b/src/.bash_profile index 9f8334a..12e17bf 100755 --- a/src/.bash_profile +++ b/src/.bash_profile @@ -62,3 +62,6 @@ export SHELLCHECK_OPTS='--color' if [ -z "$SSH_AUTH_SOCK" ]; then eval "$(ssh-agent -s)" fi + +# if running interactively, source .bashrc +[ -n "$PS1" ] && source "$HOME/.bashrc"