Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Creating short time aliases
- X-seq: zsh-users 10669
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Creating short time aliases
- Date: Sun, 3 Sep 2006 15:36:24 -0700
- In-reply-to: <20060903213021.GR23692@xxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20060903213021.GR23692@xxxxxxxxxxxx>
On Sun, Sep 03, 2006 at 11:30:21PM +0200, Jens Kubieziel wrote:
> $ a really long command name # myalias
In addition to Frank's suggestion to turn on the interactivecomments
option in zsh, you could instead choose to use a different comment idiom
(which works in both shells all the time):
$ a really long command name ;: myalias
It's a little harder to type, though, so you may just prefer to stick
with # .
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author