From 9ba6415a0ba980bcec465d3ab0de3056b335bad7 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Wed, 13 Mar 2024 17:11:08 +0300 Subject: [PATCH] Archive : Disable filter completion. --- module/common/bash/module/Archive.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/common/bash/module/Archive.sh b/module/common/bash/module/Archive.sh index b1d416a..1e16a9a 100644 --- a/module/common/bash/module/Archive.sh +++ b/module/common/bash/module/Archive.sh @@ -387,7 +387,7 @@ function _archive_check() { [[ "${actual}" = "${saved}" ]] } -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 archive_check unarchive archive_rm archive_touch +# 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_names archive_prune