我最近开始在Ubuntu14.04服务器上使用zsh。问题是debian插件的自动完成不起作用,即
ai something<TAB>不会自动完成。当然了
aptitude install somethi<TAB>
apt-get install somethi<TAB>做正确的工作。git插件的噢-我-zsh也没有任何问题的工作。
所以我开始怀疑是否有人能解决这个问题。
如果有人需要更多信息,这里有一些相关的软件包:
⇒ aps zsh completion
p bash-completion - programmable completion for the bash shell
v bash-completion:i386 -
p fatrat-czshare - fatrat plugin allowing download and upload to czshare
p fatrat-czshare:i386 - fatrat plugin allowing download and upload to czshare
p fizsh - Friendly Interactive ZSHell
v git-completion -
v git-completion:i386 -
v ncmpcpp-completion -
v ncmpcpp-completion:i386 -
i zsh - shell with lots of features
p zsh:i386 - shell with lots of features
p zsh-beta - transitional package to zsh
p zsh-beta-doc - transitional package to zsh-doc
i A zsh-common - architecture independent files for Zsh
p zsh-dbg - shell with lots of features (debugging symbols)
p zsh-dbg:i386 - shell with lots of features (debugging symbols)
p zsh-dev - shell with lots of features (development files)
p zsh-dev:i386 - shell with lots of features (development files)
i zsh-doc - zsh documentation - info/HTML format
p zsh-lovers - tips, tricks and examples for the zsh
p zsh-static - shell with lots of features (static link)
p zsh-static:i386 - shell with lots of features (static link)
p zshdb - debugger for Z-Shell scripts发布于 2014-07-15 13:16:50
添加
setopt completealiases等我的-zsh装好后,问题就解决了。
https://stackoverflow.com/questions/24005133
复制相似问题