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

Re: multi-alias syntax



On Jun 24,  7:16pm, Emanuel Berg wrote:
}
}     alias a b c=d
} 
} doesn't set a and b to d, only c.

This should work

    alias {a,b,c}=d

unless you have the ignore_braces option set.

-- 
Barton E. Schaefer



Messages sorted by: Reverse Date, Date, Thread, Author