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

alias -- do not pass args



I want to define alias which would /not/ pass its args to program.
E.g.
$ alias foo='echo lol'
$ foo a b
should just print lol, not "lol a b". How can I do this?

I haven't found this in the manual.
-- 
Roman I. Cheplyaka



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