Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
wajig completion problem
- X-seq: zsh-users 17217
- From: Mait <mattengi@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: wajig completion problem
- Date: Sat, 1 Sep 2012 18:04:53 +0900
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=7Xl0THqGoPo8/+FeNXc2tVVxZbR1SOZufdM4s9e6m4Y=; b=ln2ELfO8j9shWsyb2LLZwTlXl+ssJkjgAKmtPtk+DEHu3egXlcBpGjb+Txq2ObS+Pa aiLwBsQqmj+D8BFU6GHm1ylhM6++jSPCKSbNCz0NxF6dKu2E7I8R3F/AzrrLkXo+xdro xd1EdAHb34n+u834OOaFoM8sIWkH6h+A1a2wkkrjeDCi6upAmoZ+ZR0duzKDbLnNa3QC zmxpSPuEFsf4R7yZYdGSXQO/DmBdeDxFeJQvqcckblFh80I4VPwtcszwqO8QaVdKmZc9 Tv6IE5zB+DrqizCgpFpBS1G0X1PPINp9bbu9UEsZAsqHhImg5rrXKcWY1yx7widGaJ26 aALA==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello, zsh-users
wajig is tool for Debian/Ubuntu package management. Basically frontend for
apt, dpkg, etc...
http://wajig.togaware.com/
zsh already have completion for wajig. But it doesn't work for me.
/usrsharezshfunctionsCompletionDebian_wajig
When I tried to get commands list,
$ wajig [TAB]
nothing happened. But when I tried to get result for some command,
$ wajig install [TAB]
zsh: do you wish to see all 36384 possibilities (36384 lines)?
looks like working properly.
Same result with ~/.zshrc(->ohmyzsh) and without ~/.zshrc
My env, Ubuntu 12.04.1 (updated) zsh 4.3.17
-- Mait
Messages sorted by:
Reverse Date,
Date,
Thread,
Author