cw
cw copied to clipboard
V4.0.0 broke autocompletion
Describe the bug command autocompletion does not work since V4.0.0
~ source ~/.zshrc
/Users/anton/.zshrc:source:123: no such file or directory: /usr/local/share/zsh/site-functions/cw
~ ls -la /usr/local/share/zsh/site-functions/cw*
lrwxr-xr-x 1 anton admin 56 Apr 26 10:30 /usr/local/share/zsh/site-functions/cw.zsh -> ../../../Cellar/cw/4.1.0/share/zsh/site-functions/cw.zsh
+1
Tried resolving this issue by changing source /usr/local/share/zsh/site-functions/cw
to source /usr/local/share/zsh/site-functions/cw.zsh
but the way autocomplete works is very weird, it'll keep giving errors in the same line in which you are trying to type instead of doing auto-completion.