mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:06:41 +00:00
Update envs and PATH for ruby and ZSH
This commit is contained in:
@@ -13,6 +13,11 @@ export LANG="en_US.UTF-8"
|
||||
# GCC 4.2 via Homebrew
|
||||
# export CC=/usr/local/bin/gcc-4.2
|
||||
|
||||
# Support /opt install of zsh
|
||||
if [ -d "/opt/zsh/bin" ]; then
|
||||
path_prepend "/opt/zsh/bin"
|
||||
fi
|
||||
|
||||
# Android SDK
|
||||
export ANDROID_SDK_ROOT="/usr/local/Cellar/android-sdk/r20.0.1"
|
||||
export ANDROID_HOME="/usr/local/opt/android-sdk"
|
||||
|
||||
@@ -51,6 +51,7 @@ if [ -d "$HOME/.rbenv/bin" ]; then
|
||||
eval "$(rbenv init -)"
|
||||
# fi
|
||||
elif [ -s "$HOME/.rvm/scripts/rvm" ]; then
|
||||
path_append "$HOME/.rvm/bin"
|
||||
source "$HOME/.rvm/scripts/rvm"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user