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

Re: Dude, where is noglob?



Works For Me:

torch% alias dude!="noglob dude"
torch% dude () { print "$@" }
torch% dude! where is my car?
where is my car?
torch% 

Are you sure you haven't accidentally created a function named "noglob"
at some point while experimenting with this?

-- 
Barton E. Schaefer



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