mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
fix(pip): use pip3 in pip3 uninstall completion (#10271)
This commit is contained in:
@@ -13,7 +13,7 @@ _pip_all() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_pip_installed() {
|
_pip_installed() {
|
||||||
installed_pkgs=(`pip freeze | cut -d '=' -f 1`)
|
installed_pkgs=($($service freeze | cut -d '=' -f 1))
|
||||||
}
|
}
|
||||||
|
|
||||||
local -a _1st_arguments
|
local -a _1st_arguments
|
||||||
|
|||||||
Reference in New Issue
Block a user