Open s11i-code opened 4 years ago
Also this:
%complete
zsh: command not found: complete
Does this happen because Apple made zsh the default shell instead of bash for OSX Catalina?
+1 OS X Bigsur with zsh.
I have zsh on my other PC with ubuntu and it works.
In .zshrc file, add these lines:
autoload -U +X compinit && compinit
autoload -U +X bashcompinit && bashcompinit
source /Users/xxx/.tmc-autocomplete.sh || true
Source: https://stackoverflow.com/questions/3249432/can-a-bash-tab-completion-script-be-used-in-zsh
I just installed TMC to my MacBook (OSX Catalina 10.15.7) When I try to source theTMC autocomplete (which is the line TMC adds to .zshrc ), this happens. I also to ran the tmc command to show it's in the $PATH, so I guess it's the 'tmc complete' that's the issue.