From 47be00e918f0fb4f30fb915913bc83fea9fb1a7e Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Mon, 15 May 2023 22:06:28 +0200 Subject: [PATCH] changed config file extension --- _regina.compdef.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_regina.compdef.zsh b/_regina.compdef.zsh index 359e8cc..990ba41 100644 --- a/_regina.compdef.zsh +++ b/_regina.compdef.zsh @@ -3,7 +3,7 @@ _config-file() { # list all files that end in .conf # -s separator, descritions options - _values 'config files' *.conf + _values 'config files' *.cfg } _csv-file() { _values 'geoip city database as csv' *.csv *.CSV