From 2c1770ffa0898dfeaf12d3a652d1f5fc6ac2bcbc Mon Sep 17 00:00:00 2001 From: "Adam A.G. Shamblin" Date: Tue, 20 Dec 2016 09:41:54 -0700 Subject: [PATCH] Source ~/.profile in ~/.bash_profile --- dotbash_profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotbash_profile b/dotbash_profile index 80e34a2..47cc5c4 100644 --- a/dotbash_profile +++ b/dotbash_profile @@ -139,3 +139,5 @@ alias jsoncb="pbpaste | python -mjson.tool | gvim -" # The orginal version is saved in .bash_profile.pysave PATH="/Library/Frameworks/Python.framework/Versions/3.5/bin:${PATH}" export PATH + +[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" -- 2.39.5