fixed completion

This commit is contained in:
matthias@arch 2022-12-16 01:23:06 +01:00
parent 630eff771c
commit 06e00ea442

View File

@ -3,10 +3,10 @@
_config-file() {
# list all files that end in .conf
# -s separator, descritions options
_values -s , 'config files' $(find . -type f -name '*.conf')
_values 'config files' *.conf
}
_csv-file() {
_values -s , 'geoip city database as csv' $(find . -type f -name '*.csv')
_values 'geoip city database as csv' *.csv *.CSV
}
_regina() {