Loading .bashrc +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ [ -z "$PS1" ] && return # Make sure bash_profile has been sourced if ! [ -v BASH_PROFILE_LOADED ]; then if [ -z "$BASH_PROFILE_LOADED" ]; then . ~/.bash_profile return # bash_profile sources this file fi Loading Loading
.bashrc +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ [ -z "$PS1" ] && return # Make sure bash_profile has been sourced if ! [ -v BASH_PROFILE_LOADED ]; then if [ -z "$BASH_PROFILE_LOADED" ]; then . ~/.bash_profile return # bash_profile sources this file fi Loading