Brew: remove prune completion for Bash

This commit is contained in:
Maxim Belkin 2019-03-06 10:25:13 -06:00
parent 01bd14be61
commit adb3a17fef
No known key found for this signature in database
GPG Key ID: AC71560D4C5F2338

View File

@ -384,16 +384,6 @@ _brew_postinstall() {
__brew_complete_installed
}
_brew_prune() {
local cur="${COMP_WORDS[COMP_CWORD]}"
case "$cur" in
--*)
__brewcomp "--dry-run --verbose"
return
;;
esac
}
_brew_pull() {
local cur="${COMP_WORDS[COMP_CWORD]}"
case "$cur" in