浏览代码

Disable zsh file globbing when running pip (#5348)

Kevin Ndung'u 8 年之前
父节点
当前提交
deadc369bf
共有 1 个文件被更改,包括 3 次插入0 次删除
  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
+