felixonmars / ydcv

YouDao Console Version - Simple wrapper for Youdao online translate (Chinese <-> English) service API, as an alternative to the StarDict Console Version(sdcv).
GNU General Public License v3.0
506 stars 91 forks source link

添加completion后,zsh按tab键没有反应 #44

Open lichenhui1234 opened 5 years ago

lichenhui1234 commented 5 years ago

将 zsh_completion文件 拷贝到/usr/share/zsh/site-functions/_ydcv 后,重启zsh,然而tab键没有出现参数不全,这是怎么回事呢

felixonmars commented 5 years ago

在我这里无法重现……

2019-01-30-042958-028fc5

Freed-Wu commented 2 years ago

After cp _ydcv /usr/share/zsh/site-functions, you should update ~/.zcompdump by zcompinit. You can search ydcv in ~/.zcompdump to confirm _ydcv has been loaded successfully.

❯ grep -n ydcv ~/.zcompdump
1631:'ydcv' '_ydcv'

BTW, zcompinit should be added to ~/.zshrc, I suggested.