Commit 823cc918 authored by Thomas Dippel's avatar Thomas Dippel
Browse files

Explicitly tell rbenv to use zsh

According to @graywh's comment on:
https://github.com/sstephenson/rbenv/issues/185
parent e8d582ab
......@@ -4,7 +4,7 @@ for rbenvdir in "$HOME/.rbenv" "/usr/local/rbenv" "/opt/rbenv" ; do
FOUND_RBENV=1
export RBENV_ROOT=$rbenvdir
export PATH=${rbenvdir}/bin:$PATH
eval "$(rbenv init -)"
eval "$(rbenv init - zsh)"
alias rubies="rbenv versions"
alias gemsets="rbenv gemset list"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment