Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: have run-help not put itself in history?
- X-seq: zsh-users 14640
- From: Wayne Davison <4wayned@xxxxxxxxx>
- To: gak@xxxxxxxxxxxxxx
- Subject: Re: have run-help not put itself in history?
- Date: Wed, 9 Dec 2009 17:38:04 -0800
- Cc: Zsh list <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=wz8uoTCNMutDsSFTRIixhFIYba5vPgGAYwKFWN9NMSY=; b=XlmKPirerl1oUx29LtnkeECQPYXCNaTEC1g3rlt5wPaqbmb24ABL/XbMlUvzxLWYJG Fl0SqQqWQeILUJQIBKbBJb/w76JMMipY0k3TeLHl4r1qGat/+Ks7kXxt9pyCed2EnBC7 5fGzX0KNIb4PHIYJ0PNYuj1WVNkqLbm76yN5g=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=b6+z1Bbysj56RwLc1B8wujA6tPvksN9/TUT+fab6VCGVv5zepj9yJygghfj5MOWVCd s6pMyV/9QxwTXukCN0IQYZ9X4dqbfrE5aE3/cThY4WVhRRkKSkOnQpber7v2wjmR+0mD i3LdZJ0oUSZ3iHFuO0L80rV5T52LxC2TR7wRM=
- In-reply-to: <19231.63798.994576.177282@xxxxxxxxxxxxxxxxxx>
- 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
- References: <19231.63798.994576.177282@xxxxxxxxxxxxxxxxxx>
On Wed, Dec 9, 2009 at 11:23 AM, Greg Klanderman <gak@xxxxxxxxxxxxxx> wrote:
> Is there some way to have run-help not put itself into the history?
>
Another solution (with the same behavior as Peter's suggestion) would be
this:
alias run-help=' run-help'
That aliases the command to itself, but the leading space makes it not be
remembered.
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author