diff --git a/zshrc.local b/zshrc.local index df980a2..1676efc 100644 --- a/zshrc.local +++ b/zshrc.local @@ -8,6 +8,7 @@ if which apt-get 2>&1 >/dev/null; then fi if [ -e "/usr/lib/rbenv/completions/rbenv.zsh" ]; then source /usr/lib/rbenv/completions/rbenv.zsh + eval "$(rbenv init -)" fi fi