zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Hong Xu <hong@topbug.net>, zsh-workers@zsh.org
Subject: Re: Link gpg2 to gpg in the auto completion scripts
Date: Fri, 07 Nov 2014 20:33:12 -0800	[thread overview]
Message-ID: <141107203312.ZM18247@torch.brasslantern.com> (raw)
In-Reply-To: <20141107100120.GA13470@home.hong.me>

On Nov 7,  2:01am, Hong Xu wrote:
}
} While on many systems the command "gpg" refers gpg version 2, on some
} systems, such as OS X, use "gpg2" to refer it. I suggest to add a
} symbolic link so that both "gpg" and "gpg2" commands can work.
} 
} What do you think?

A symlink isn't necessary.


diff --git a/Completion/Unix/Command/_gdb b/Completion/Unix/Command/_gdb
index 48c9d65..ab40e82 100644
--- a/Completion/Unix/Command/_gdb
+++ b/Completion/Unix/Command/_gdb
@@ -1,4 +1,4 @@
-#compdef gdb
+#compdef gdb gdb2
 
 local cur="$words[CURRENT]" prev w list ret=1 expl
 


  reply	other threads:[~2014-11-08  4:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-07 10:01 Hong Xu
2014-11-08  4:33 ` Bart Schaefer [this message]
2014-11-08  6:36   ` Hong Xu
2014-11-08 20:05     ` Bart Schaefer
2014-11-08 23:47       ` Oliver Kiddle

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=141107203312.ZM18247@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=hong@topbug.net \
    --cc=zsh-workers@zsh.org \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).