From 3d2cd251f6d0b92567ad4d93d2ec54bfea856634 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 19 Jun 2013 22:46:07 +1200 Subject: Set up my environment vars correctly --- bash/bash_profile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bash/bash_profile') diff --git a/bash/bash_profile b/bash/bash_profile index 0447bddd..28f71bf9 100644 --- a/bash/bash_profile +++ b/bash/bash_profile @@ -1,3 +1,6 @@ -# Just source .bashrc if it exists. +# Source the normal shell profile. +[[ -e "${HOME}/.profile" ]] && source "${HOME}/.profile" + +# Then source .bashrc if it exists. [[ -e "${HOME}/.bashrc" ]] && source "${HOME}/.bashrc" -- cgit v1.2.3