cw icon indicating copy to clipboard operation
cw copied to clipboard

V4.0.0 broke autocompletion

Open lucagrulla opened this issue 4 years ago • 2 comments

Describe the bug command autocompletion does not work since V4.0.0

lucagrulla avatar Jan 24 '21 18:01 lucagrulla

~ 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

AntonUspishnyi avatar Apr 26 '21 07:04 AntonUspishnyi

+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.

khushhalm avatar Oct 11 '21 17:10 khushhalm