You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should use .bashrc instead of .bash_profile. Your .bash_profile should then contain the following, which will consolidate everything into one place instead of two:
if [ -f$HOME/.bashrc ];thensource$HOME/.bashrc
fi
The text was updated successfully, but these errors were encountered:
You should use .bashrc instead of .bash_profile. Your .bash_profile should then contain the following, which will consolidate everything into one place instead of two:
The text was updated successfully, but these errors were encountered: