From 6caeb65ecfeb289ece04898ab80c32ae5a0297d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A4gele?= Date: Fri, 8 Nov 2013 18:55:00 +0100 Subject: [PATCH] added another path for virtualenvwrapper --- zshrc.local | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc.local b/zshrc.local index 74710a4..e2b7ed5 100644 --- a/zshrc.local +++ b/zshrc.local @@ -9,6 +9,9 @@ if which apt-get 2>&1 >/dev/null; then if [ -e "/usr/local/bin/virtualenvwrapper.sh" ]; then source /usr/local/bin/virtualenvwrapper.sh fi + if [ -e "/etc/bash_completion.d/virtualenvwrapper" ]; then + source /etc/bash_completion.d/virtualenvwrapper + fi fi if which pacman 2>&1 >/dev/null; then