dterm
dterm copied to clipboard
DTerm not "autocompleting" all commands in ZSH/macOS Monterey
Hi!
DTerm is not properly "autocompleting" the commands that are available in the PATH.
For example, I have ffmpeg
and mediainfo
on /usr/local/bin
and typing media⇥
, which I expected would trigger autocompletion, in fact does not.
I thought it was due to the issues with the PATH I mentioned on #20 - but once I sorted them out, I still can't autocomplete the commands. If I type them in full, they work (so the PATH is correct), but it's a pain to do so...
Looking around for potential solutions, I found this reference to the need for doing rehash
, so I've added to the bits of my .zshrc
file that run when it's DTerm... but they seem to be run after the command is typed and executed?
Where does DTerm "get" the autocomplete list?