changed config file extension

This commit is contained in:
matthias@arch 2023-05-15 22:06:28 +02:00
parent eec707e3b4
commit 47be00e918

View File

@ -3,7 +3,7 @@
_config-file() { _config-file() {
# list all files that end in .conf # list all files that end in .conf
# -s separator, descritions options # -s separator, descritions options
_values 'config files' *.conf _values 'config files' *.cfg
} }
_csv-file() { _csv-file() {
_values 'geoip city database as csv' *.csv *.CSV _values 'geoip city database as csv' *.csv *.CSV