Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
823cc918
Commit
823cc918
authored
Jun 16, 2012
by
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/rbenv/rbenv.plugin.zsh
View file @
823cc918
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment