All of lore.kernel.org
 help / color / mirror / Atom feed
From: bdowning@lavos.net (Brian Downing)
To: "Randal L. Schwartz" <merlyn@stonehenge.com>
Cc: Steven Grimm <koreth@midwinter.com>,
	Matthieu Moy <Matthieu.Moy@imag.fr>,
	Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com>,
	git@vger.kernel.org
Subject: Re: UI and git-completion.sh
Date: Tue, 23 Oct 2007 19:55:49 -0500	[thread overview]
Message-ID: <20071024005549.GC24924@lavos.net> (raw)
In-Reply-To: <86d4v59wvt.fsf@blue.stonehenge.com>

On Tue, Oct 23, 2007 at 05:31:02PM -0700, Randal L. Schwartz wrote:
> Yes, so what is the process of adding the git zsh completion to any
> relatively stable version of zsh?  Someone here must know.

I dunno the "right" way to do it, but I had this in my .zshrc file that
I presumably cargo-culted from somewhere:

    fpath=( $HOME/.zsh/compfuncs $fpath )

So in addition to that, doing:

    wget -O ~/.zsh/compfuncs/_git 'http://zsh.cvs.sourceforge.net/*checkout*/zsh/zsh/Completion/Unix/Command/_git'

might get you something.  I guess if your zsh is too old it might be
incompatible with the completion script, though...

-bcd

  reply	other threads:[~2007-10-24  1:06 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-23 21:46 UI and git-completion.sh Paolo Ciarrocchi
2007-10-23 22:00 ` Steven Grimm
2007-10-23 23:44   ` Randal L. Schwartz
2007-10-23 23:54     ` Matthieu Moy
2007-10-24  0:01       ` Randal L. Schwartz
     [not found]         ` <471E91C9.3000004@midwinter.com>
2007-10-24  0:31           ` Randal L. Schwartz
2007-10-24  0:55             ` Brian Downing [this message]
2007-10-24  0:57               ` Brian Downing
2007-10-24  0:46         ` Matthieu Moy
2007-10-24  0:50           ` Randal L. Schwartz
2007-10-24 17:34     ` Johannes Gilger
2007-10-24 10:20 ` Johannes Schindelin
2007-10-24 17:07   ` Pierre Habouzit

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071024005549.GC24924@lavos.net \
    --to=bdowning@lavos.net \
    --cc=Matthieu.Moy@imag.fr \
    --cc=git@vger.kernel.org \
    --cc=koreth@midwinter.com \
    --cc=merlyn@stonehenge.com \
    --cc=paolo.ciarrocchi@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.