You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hi!
DTerm is not properly "autocompleting" the commands that are available in the PATH.
For example, I have
ffmpeg
andmediainfo
on/usr/local/bin
and typingmedia⇥
, 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?
The text was updated successfully, but these errors were encountered: