Commit deadc369 authored by Kevin Ndung'u's avatar Kevin Ndung'u Committed by Marc Cornellà
Browse files

Disable zsh file globbing when running pip (#5348)

parent f2580833
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment