summaryrefslogtreecommitdiffstats
path: root/python/pip/pip.sh
diff options
context:
space:
mode:
author Matteo Bernardini2019-11-23 17:01:07 +0100
committer Matteo Bernardini2019-11-23 17:01:07 +0100
commit6b48d82e578c25792056a160476598a0c7cb5f21 (patch)
treeb46961106d9f7c026b81a685bc26d23b5052b19e /python/pip/pip.sh
parent12d62c31c39761316cffa2b3236f1e96ba97caf3 (diff)
downloadslackbuilds-current-20191123.1.tar.gz
20191123.1 global branch merge.current-20191123.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/pip/pip.sh')
-rw-r--r--python/pip/pip.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/python/pip/pip.sh b/python/pip/pip.sh
deleted file mode 100644
index b9b1ea1477..0000000000
--- a/python/pip/pip.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-# bash completion for pip
-
-_pip_completion()
-{
- COMPREPLY=( $( COMP_WORDS="${COMP_WORDS[*]}" \
- COMP_CWORD=$COMP_CWORD \
- PIP_AUTO_COMPLETE=1 $1 ) )
-}
-complete -o default -F _pip_completion pip