allow ~/.zprofile.local

This commit is contained in:
Thomas Ruoff
2016-08-31 08:12:22 +02:00
parent 6f72e87073
commit 44e07c07d7

View File

@@ -13,9 +13,12 @@ if [ -s "$HOME/.rbenv/bin/rbenv" ] ; then
eval "$(rbenv init -)"
fi
########################
# in case there are local settings needed
if [ -s "$HOME/.zprofile.local" ] ; then
source $HOME/.zprofile.local
fi
# Dist related settings
########################
case $OSTYPE in
"darwin14.0"|"darwin15.0" )
export PATH="$(brew --prefix coreutils)/libexec/gnubin:/usr/local/bin:$PATH"