Disable zsh file globbing when running pip (#5348)

master
Kevin Ndung'u 10 years ago committed by Marc Cornellà
parent f2580833c0
commit deadc369bf
  1. 3
      plugins/pip/pip.plugin.zsh

@ -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

Loading…
Cancel
Save