I have many files with the same name but different filetype all in one directory:
foo.aux foo.bbl foo.blg foo.log foo.out foo.pdf foo.tex
I would like to be able to type foo[Tab]
and have zsh always autocomplete to .tex, then .pdf, then whatever order zsh likes. Is there anyway of setting this kind of autocompletion preferences?
I am using oh-my-zsh if that is relevant.
Thanks for any help you can offer!