zsh-workers
 help / color / mirror / code / Atom feed
* multi-alias syntax
@ 2015-06-24 17:16 Emanuel Berg
  2015-06-24 18:34 ` Bart Schaefer
  0 siblings, 1 reply; 5+ messages in thread
From: Emanuel Berg @ 2015-06-24 17:16 UTC (permalink / raw)
  To: zsh-workers

Is there a better way to do, e.g.

    debian-version () { lsb_release -a }
    for a in debian-ver version ver; do
        alias $a=debian-version
    done

as

    alias a b c=d

doesn't set a and b to d, only c.

-- 
underground experts united
http://user.it.uu.se/~embe8573


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-06-25  2:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-24 17:16 multi-alias syntax Emanuel Berg
2015-06-24 18:34 ` Bart Schaefer
2015-06-24 23:08   ` Emanuel Berg
2015-06-25  1:42     ` Bart Schaefer
2015-06-25  1:55       ` Emanuel Berg

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).