Rbenv stuff.

Conflicts:
	dotfiles/cider/bootstrap.json
	dotfiles/lib/shellenv.sh
This commit is contained in:
Livien Yin 2015-01-11 14:40:45 -08:00
parent a690c0eadb
commit 0bd32ca8d2
2 changed files with 7 additions and 0 deletions

View File

@ -119,6 +119,8 @@
"rbenv",
"readline",
"reattach-to-user-namespace",
"rsync",
"ruby-build",
"sbt",
"scala",
"sdl",

View File

@ -44,3 +44,8 @@ function with_shellrc {
# Travis completion
[ -f "$HOME/.travis/travis.sh" ] && source "$HOME/.travis/travis.sh"
export RBENV_ROOT=/usr/local/var/rbenv
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"