diff options
author | classabbyamp <void@placeviolette.net> | 2023-10-30 23:46:17 -0400 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2023-11-02 14:35:10 +0100 |
commit | 1c5d45aa5136df86b40691b1a3537ec62f791296 (patch) | |
tree | 9710f9f3af626f56e5afc55d95e3e28e721092e1 /_xtools | |
parent | f10e139eb1c619ce781df0cc692353a21ec50d0d (diff) | |
download | xtools-1c5d45aa5136df86b40691b1a3537ec62f791296.tar.gz xtools-1c5d45aa5136df86b40691b1a3537ec62f791296.tar.xz xtools-1c5d45aa5136df86b40691b1a3537ec62f791296.zip |
_xtools: fix xgensum completion
`_path_files` does not seem to generate any completion options
Diffstat (limited to '_xtools')
-rw-r--r-- | _xtools | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |