Archive : Disable filter completion.
This commit is contained in:
parent
00cdaba802
commit
9ba6415a0b
|
@ -387,7 +387,7 @@ function _archive_check() {
|
||||||
[[ "${actual}" = "${saved}" ]]
|
[[ "${actual}" = "${saved}" ]]
|
||||||
}
|
}
|
||||||
|
|
||||||
complete -o filenames -F _comp_archive_grep archive_check unarchive archive_rm archive_touch
|
# complete -o filenames -F _comp_archive_grep archive_check unarchive archive_rm archive_touch
|
||||||
complete -o filenames -F _comp_archive_grep_fast archive_xz
|
# complete -o filenames -F _comp_archive_grep_fast archive_xz
|
||||||
complete -o filenames -F _comp_archive_name archive_name
|
complete -o filenames -F _comp_archive_name archive_name
|
||||||
complete -o filenames -F _comp_archive_names archive_prune
|
complete -o filenames -F _comp_archive_names archive_prune
|
||||||
|
|
Loading…
Reference in a new issue