Migrate to rcm
This commit is contained in:
6
zshrc.d/rbenv.zsh
Normal file
6
zshrc.d/rbenv.zsh
Normal file
@@ -0,0 +1,6 @@
|
||||
if [ -d $HOME/.rbenv/bin ] ; then
|
||||
unset RUBYOPT
|
||||
PATH=$HOME/.rbenv/bin:$PATH
|
||||
eval "$(rbenv init -)"
|
||||
source $HOME/.rbenv/completions/rbenv.zsh
|
||||
fi
|
||||
Reference in New Issue
Block a user