mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 14:37:25 +01:00
allow ~/.zprofile.local
This commit is contained in:
7
zprofile
7
zprofile
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user