autoinit rbenv

master
Arne Schauf 11 years ago
parent 2af4f280d5
commit 86c1c30bb5
  1. 1
      zshrc.local

@ -8,6 +8,7 @@ if which apt-get 2>&1 >/dev/null; then
fi fi
if [ -e "/usr/lib/rbenv/completions/rbenv.zsh" ]; then if [ -e "/usr/lib/rbenv/completions/rbenv.zsh" ]; then
source /usr/lib/rbenv/completions/rbenv.zsh source /usr/lib/rbenv/completions/rbenv.zsh
eval "$(rbenv init -)"
fi fi
fi fi

Loading…
Cancel
Save