From 86c1c30bb52c6a8b3b90027714219218a07a7c7a Mon Sep 17 00:00:00 2001 From: Arne Schauf Date: Wed, 7 May 2014 15:23:19 +0200 Subject: [PATCH] autoinit rbenv --- zshrc.local | 1 + 1 file changed, 1 insertion(+) 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