From 89a5075528f5e36a442330f13f89a0782f1c555d Mon Sep 17 00:00:00 2001 From: Fenhl Date: Wed, 12 Feb 2014 17:23:29 +0000 Subject: Add pip3 completion support to pip plugin --- plugins/pip/_pip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/pip/_pip') diff --git a/plugins/pip/_pip b/plugins/pip/_pip index 9892dd19c..bf0df3e41 100644 --- a/plugins/pip/_pip +++ b/plugins/pip/_pip @@ -1,4 +1,4 @@ -#compdef pip +#compdef pip pip3 pip-3.2 pip-3.3 pip-3.4 #autoload # pip zsh completion, based on homebrew completion -- cgit v1.2.3-70-g09d2 From 82d557a84e26ea79a3ecc5a8e975890c23099a00 Mon Sep 17 00:00:00 2001 From: Fenhl Date: Wed, 11 Jun 2014 19:31:24 +0000 Subject: Add pip2 and pip-2.7 support to pip plugin --- plugins/pip/_pip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/pip/_pip') diff --git a/plugins/pip/_pip b/plugins/pip/_pip index bf0df3e41..cb155e5f4 100644 --- a/plugins/pip/_pip +++ b/plugins/pip/_pip @@ -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 # pip zsh completion, based on homebrew completion -- cgit v1.2.3-70-g09d2