Browse Source

Disable zsh file globbing when running pip (#5348)

Kevin Ndung'u 7 years ago
parent
commit
deadc369bf
1 changed files with 3 additions and 0 deletions
  1. 3 0
      plugins/pip/pip.plugin.zsh

+ 3 - 0
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
+