From 1c5d45aa5136df86b40691b1a3537ec62f791296 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 30 Oct 2023 23:46:17 -0400 Subject: _xtools: fix xgensum completion `_path_files` does not seem to generate any completion options --- _xtools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_xtools b/_xtools index c9f71e9..905f6c0 100644 --- a/_xtools +++ b/_xtools @@ -57,7 +57,7 @@ _xgensum() { '-c[use content checksum]' \ '-i[substitute in-place]' \ '-H[Absolute path to hostdir]:hostdir:_files -/' \ - ':available templates:_path_files -g "*(/)|template(N)"' + ':available templates:_xtools_all_packages' } _xgrep() { -- cgit 1.4.1