Skip to content

Commit

Permalink
feat(eog): associate with *.pbm (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
seiferteric committed Jun 13, 2023
1 parent c6c5373 commit 5472cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/eog
Expand Up @@ -19,7 +19,7 @@ _comp_cmd_eog()
return
fi

_comp_compgen_filedir '@(ani|?(w)bmp|gif|ico|j2[ck]|jp[cefgx2]|jpeg|jpg2|pcx|p[gp]m|pn[gm]|ras|svg?(z)|tga|tif?(f)|x[bp]m)'
_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)'
} &&
complete -F _comp_cmd_eog eog

Expand Down

0 comments on commit 5472cc1

Please sign in to comment.