Initial commit.
This commit is contained in:
11
bash_completion.d/pip2
Normal file
11
bash_completion.d/pip2
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
# pip bash completion start
|
||||
_pip_completion()
|
||||
{
|
||||
COMPREPLY=( $( COMP_WORDS="${COMP_WORDS[*]}" \
|
||||
COMP_CWORD=$COMP_CWORD \
|
||||
PIP_AUTO_COMPLETE=1 $1 ) )
|
||||
}
|
||||
complete -o default -F _pip_completion pip2 pip-2 pip-2.7 pip2.7
|
||||
# pip bash completion end
|
||||
|
||||
Reference in New Issue
Block a user