Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Expansion order
- X-seq: zsh-users 8426
- From: Mads Martin Joergensen <mmj@xxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Expansion order
- Date: Tue, 25 Jan 2005 15:41:50 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hey together,
$ export LS_OPTIONS="-N --color=tty -T 0"
$ alias ls='ls $LS_OPTIONS'
$ ls
/bin/ls: invalid option --
Try `/bin/ls --help' for more information.
How come the zsh is doing the expansion in this case differently from
csh, tcsh, bash and sh?
If it's a configuration option or such, I would be grateful to know. I
looked through the expansion man-pages, but I might have missed it.
--
Mads Martin Joergensen, http://mmj.dk
"Why make things difficult, when it is possible to make them cryptic
and totally illogical, with just a little bit more effort?"
-- A. P. J.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author