Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Creating short time aliases



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