]> Vexing Labs - dotfiles.git/commitdiff
Source ~/.profile in ~/.bash_profile
authorAdam A.G. Shamblin <adam.shamblin@gmail.com>
Tue, 20 Dec 2016 16:41:54 +0000 (09:41 -0700)
committerAdam A.G. Shamblin <adam.shamblin@gmail.com>
Tue, 20 Dec 2016 16:41:54 +0000 (09:41 -0700)
dotbash_profile

index 80e34a2e87e392dbca732244a01e2d1148b70d43..47cc5c4b9a9a0752d07c7ce43ef99b09cf0593a9 100644 (file)
@@ -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"