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

alias -g



Hi

I define an alias like so:
alias -g T='|translate'

So when I go
$ echo een vreemde taal T

Then zsh will pipe that foreign phrase to a translator.

How do I drop the `echo` with alias -g or something similiar
so all I need to do is go:
$ een vreemde taal T

Thanks a lot.

-- 
- Eric Smith



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