switch back to rbenv from default brew ruby

main
Steffen Rademacker 8 years ago
parent 806ac4b720
commit 87392f9605

@ -22,7 +22,7 @@ brew install php70 --with-homebrew-curl --with-homebrew-openssl
brew install php70-intl
brew install php70-mcrypt
brew install rsync
brew install ruby
brew install rbenv
brew install the_silver_searcher
brew install tree
brew install wget

@ -8,6 +8,8 @@ export HOMEBREW_CASK_OPTS="--appdir=/Applications"
export PATH=$HOME/.composer/vendor/bin:$PATH
export PATH=/usr/local/bin:/usr/local/sbin:$PATH
export MANPATH=/usr/local/share/man:$MANPATH
# rbenv
export PATH="$HOME/.rbenv/bin:$PATH"
fpath=($HOME/dotfiles/zsh/zsh-completions/src $fpath)

Loading…
Cancel
Save