zsh partially completion in aptitude/wajig
Posted
by
mk_cafe
on Super User
See other posts from Super User
or by mk_cafe
Published on 2009-11-01T10:51:41Z
Indexed on
2010/12/23
5:56 UTC
Read the original article
Hit count: 227
zsh
I'm using wajig to install packages, however when i've changed my shell to zsh it turned out that zsh doesn't list all packages in completion list, for ex.
apt-get install octave[TAB]
(about 70 completions) but when i try
wajig install octave[TAB]
or
aptitude install octave[TAB]
zsh shows only 19 completions
other shells i've tested (bash, fish) shows all ~70 completions in all 3 cases. So is there any way to 'fix' this completion in zsh?
© Super User or respective owner