split out .profile

This commit is contained in:
Andrejus
2020-03-20 19:04:51 +00:00
parent 9fa663b41f
commit 826cc598b9
5 changed files with 42 additions and 40 deletions

10
bash/.bash_profile Normal file
View File

@@ -0,0 +1,10 @@
# Load .profile, containing login, non-bash related initializations.
source "$HOME/.profile"
# Load .bashrc, containing non-login related bash initializations.
source "$HOME/.bashrc"
# References:
# https://unix.stackexchange.com/questions/192521/loading-profile-from-bash-profile-or-not-using-bash-profile-at-all
# https://www.stefaanlippens.net/my_bashrc_aliases_profile_and_other_stuff/