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