From: Adam A.G. Shamblin Date: Tue, 20 Dec 2016 16:41:54 +0000 (-0700) Subject: Source ~/.profile in ~/.bash_profile X-Git-Url: https://git.vexinglabs.com/?a=commitdiff_plain;h=2c1770ffa0898dfeaf12d3a652d1f5fc6ac2bcbc;p=dotfiles.git Source ~/.profile in ~/.bash_profile --- 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"