mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-04 15:07:23 +01:00
Merge branch 'master' into jenipapo
This commit is contained in:
7
zprofile
7
zprofile
@@ -13,9 +13,12 @@ if [ -s "$HOME/.rbenv/bin/rbenv" ] ; then
|
|||||||
eval "$(rbenv init -)"
|
eval "$(rbenv init -)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
########################
|
# in case there are local settings needed
|
||||||
|
if [ -s "$HOME/.zprofile.local" ] ; then
|
||||||
|
source $HOME/.zprofile.local
|
||||||
|
fi
|
||||||
|
|
||||||
# Dist related settings
|
# Dist related settings
|
||||||
########################
|
|
||||||
case $OSTYPE in
|
case $OSTYPE in
|
||||||
"darwin14.0"|"darwin15.0" )
|
"darwin14.0"|"darwin15.0" )
|
||||||
export PATH="$(brew --prefix coreutils)/libexec/gnubin:/usr/local/bin:$PATH"
|
export PATH="$(brew --prefix coreutils)/libexec/gnubin:/usr/local/bin:$PATH"
|
||||||
|
|||||||
Reference in New Issue
Block a user