Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
confusion over the proper way to make an alias
- X-seq: zsh-users 1132
- From: Timothy J Luoma <luomat+zsh+users@xxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: confusion over the proper way to make an alias
- Date: Fri, 7 Nov 97 09:54:47 -0500
I have been setting up a new zsh account on a LINUX machine running ZSH
3.0.3 and found that I could not use:
alias ls="ls $LS_OPTIONS"
I had to use
alias ls="command ls $LS_OPTIONS"
or else I got the 'job table full' message mentioned in the FAQ.
I went to my NeXT machine running 3.0.5 and found that if I used:
alias ls="command ls $LS_OPTIONS"
I got:
/usr/local/gnu/bin/ls: ls: No such file or directory
but if I used
alias ls="ls $LS_OPTIONS"
then it worked OK.
Can someone explain what is going on and what the proper way to set the alias is?
Thanks
TjL
Messages sorted by:
Reverse Date,
Date,
Thread,
Author