Migrate to rcm

This commit is contained in:
2020-08-12 02:29:03 +04:00
parent d1b5037e15
commit 547a5b9f84
334 changed files with 3905 additions and 4270 deletions

6
zshrc.d/rbenv.zsh Normal file
View 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