Skip to content

Commit f1c04b8

Browse files
Rogachscop
andauthored
feat(eog): associate with *.avif and *.webp (#1005)
Co-authored-by: Ville Skyttä <[email protected]>
1 parent 5472cc1 commit f1c04b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/eog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _comp_cmd_eog()
1919
return
2020
fi
2121

22-
_comp_compgen_filedir '@(ani|?(w)bmp|gif|ico|j2[ck]|jp[cefgx2]|jpeg|jpg2|pcx|p[bgp]m|pn[gm]|ras|svg?(z)|tga|tif?(f)|x[bp]m)'
22+
_comp_compgen_filedir '@(ani|avif|?(w)bmp|gif|ico|j2[ck]|jp[cefgx2]|jpeg|jpg2|pcx|p[bgp]m|pn[gm]|ras|svg?(z)|tga|tif?(f)|webp|x[bp]m)'
2323
} &&
2424
complete -F _comp_cmd_eog eog
2525

0 commit comments

Comments
 (0)