From 2af4f280d5737ee87b55c2a595e8967ff42d7386 Mon Sep 17 00:00:00 2001 From: Arne Schauf Date: Wed, 7 May 2014 15:20:42 +0200 Subject: [PATCH] source rbenv if available in zshrc --- zshrc.local | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc.local b/zshrc.local index d97e554..df980a2 100644 --- a/zshrc.local +++ b/zshrc.local @@ -6,6 +6,9 @@ if which apt-get 2>&1 >/dev/null; then if [ -e "/etc/bash_completion.d/virtualenvwrapper" ]; then source /etc/bash_completion.d/virtualenvwrapper fi + if [ -e "/usr/lib/rbenv/completions/rbenv.zsh" ]; then + source /usr/lib/rbenv/completions/rbenv.zsh + fi fi if which pacman 2>&1 >/dev/null; then