Disable zsh file globbing when running pip (#5348)

This commit is contained in:
Kevin Ndung'u 2016-08-26 22:41:16 +03:00 committed by Marc Cornellà
parent f2580833c0
commit deadc369bf

View File

@ -76,3 +76,6 @@ zsh-pip-test-clean-packages() {
echo "the djangopypi2 index is fine"
fi
}
alias pip="noglob pip" # allows square brackets for pip command invocation