diff --git a/bash-conf-private/.bash_profile b/bash-conf-private/.bash_profile index 3aee593..9b64bec 100644 --- a/bash-conf-private/.bash_profile +++ b/bash-conf-private/.bash_profile @@ -2,4 +2,6 @@ # ~/.bash_profile # -source "~/.bashrc" +if [[ -n "$USER" ]]; then + source "/home/$USER/.bashrc" +fi