1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

Add pip2 and pip-2.7 support to pip plugin

This commit is contained in:
Fenhl 2014-06-11 19:31:24 +00:00 committed by ncanceill
parent 89a5075528
commit 82d557a84e

View file

@ -1,4 +1,4 @@
#compdef pip pip3 pip-3.2 pip-3.3 pip-3.4 #compdef pip pip2 pip-2.7 pip3 pip-3.2 pip-3.3 pip-3.4
#autoload #autoload
# pip zsh completion, based on homebrew completion # pip zsh completion, based on homebrew completion