Update .bash_profile

This commit is contained in:
2020-07-12 16:45:04 +01:00
committed by GitHub
parent 488b93554e
commit 3943b7b138

View File

@@ -1,10 +1,8 @@
echo "Loading bash profile"
# Load .profile, containing login, non-bash related initializations. # Load .profile, containing login, non-bash related initializations.
source "$HOME/.profile" [-f "$HOME/.profile"] && source "$HOME/.profile"
# Load .bashrc, containing non-login related bash initializations. # Load .bashrc, containing non-login related bash initializations.
source "$HOME/.bashrc" [-f "$HOME/.bashrc"] && source "$HOME/.bashrc"
# References: # References: