apvlv
apvlv copied to clipboard
Tab completion can only list .pdf files in Zsh
I have 2 files with the same name under the same directory:
a.pdf
a.epub
Typing apvlv ./a<TAB>
only listed a.pdf
. I have to literally type apvlv a.epub
(actually the file's name is very long) to open the epub file.
It only happened in ZSH. In Bash apvlv can find a.epub
.