Unable to find a substitute command for Bash's complete in Zsh

♀尐吖头ヾ 提交于 2019-12-06 03:47:04

Git's completion script has been updated to work with ZSH too. The latest version should "just work".

I do believe it's a problem, since complete is a built-in Bash command. It's part of Bash's programmable completion feature.

Bash and Zsh have different completion systems. Using bash completion functions with zsh might be possible, but only though a compatibility layer. I suggest you read man zshcompsys.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!