From cd1ff35b7fd86f9779848ec3e342f7759fef090b Mon Sep 17 00:00:00 2001 From: Holger Just Date: Mon, 25 Jun 2018 17:44:27 +0200 Subject: [PATCH] Load .profile before .bash_profile --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 0a28cd8..0330d61 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,2 +1,2 @@ -[ -f ~/.bashrc ] && . ~/.bashrc [ -f ~/.profile ] && . ~/.profile +[ -f ~/.bashrc ] && . ~/.bashrc