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
Many Zsh configurations by default don't work out of the box with the way the script installs the autocompletion for zsh.
Besides sourcing the tmc-autocomplete.sh file the autocomplete install script could add
autoload bashcompinit
bashcompinit
into the zshrc file before sourcing tmc-autocomplete, but only if it's not already there. This lets zsh support bash completion and allows the autocompletions to work.
The text was updated successfully, but these errors were encountered:
I just tried to install tmc-cli, stumbled across the same problem and arrived here. I found out that I actually needed two lines in my .zshrc: autoload bashcompinit bashcompinit
Many Zsh configurations by default don't work out of the box with the way the script installs the autocompletion for zsh.
Besides sourcing the tmc-autocomplete.sh file the autocomplete install script could add
autoload bashcompinit
bashcompinit
into the zshrc file before sourcing tmc-autocomplete, but only if it's not already there. This lets zsh support bash completion and allows the autocompletions to work.
The text was updated successfully, but these errors were encountered: