Unverified Commit e42683b8 authored by Dan D'Avella's avatar Dan D'Avella Committed by GitHub
Browse files

pip: add local Python package files to completion (#7442)

parent d3dfc137
...@@ -89,6 +89,7 @@ case "$words[1]" in ...@@ -89,6 +89,7 @@ case "$words[1]" in
if [[ "$state" == packages ]]; then if [[ "$state" == packages ]]; then
_pip_all _pip_all
_wanted piplist expl 'packages' compadd -a piplist _wanted piplist expl 'packages' compadd -a piplist
_files -g "*.(tar.gz|whl)"
fi ;; fi ;;
uninstall) uninstall)
_pip_installed _pip_installed
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment