Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_git Completion and custom commands
- X-seq: zsh-users 15432
- From: Conrad Irwin <conrad.irwin@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: _git Completion and custom commands
- Date: Tue, 28 Sep 2010 01:29:46 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=TJXNVfTQkzIyW4a6nIWq1AEt1RgYartEMlilFq/NFZ0=; b=hvH1spc/Ez1iccMxREddHDp6PhymkTckYQgLy79ErQMeBVTki5W1QUhIeZM6wnDJtv 2XFRtTP5MhCF2szZ6pM907atGmA4+EDWPbOIWRB3JCQQss+Esc+Omn+a1A+IOlD8tfrA tjp24zUmrgHasx4Jx73w6rYWBEc5qR/EfAsh8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=Hds3ICNPsMBHcmcHasIvroFvH1tMKxT3UwR3b3D4wfdr4n7Y8mae/v/7L2Ndtlhw2J 4U2bXZ6Gf0/GZ80g7MHczVOBXQ0HlyK099DgclBcIrOoy+UyaPdscGhnF2Tu/GiW3NS8 5oI4kwuT5c1vkY4e0GcODhXAuxZTDofJTpz1Q=
- 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
Hi Zsh,
I finally got round to trying out zsh today, and wow is it cool — I
don't believe I've been stuck on bash for all this time :).
The one issue I've found is that the _git completion function (as of
4.3.10 shipped with Debian testing) does not include custom commands
(though it does include aliases).
(For those of you unfamiliar with git, any executable in your path
with a name like git-* can be called as git * with no hyphen)
My question is then: how would I add my custom commands' names to the
list already completed by _git (without completely overriding or
modifying the system-wide configuration)?
Thanks for your time,
Conrad
Messages sorted by:
Reverse Date,
Date,
Thread,
Author