Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Dude, where is noglob?
- X-seq: zsh-users 20430
- From: Marc Chantreux <khatar@xxxxxxxxx>
- To: Zsh hackers list <zsh-users@xxxxxxx>
- Subject: Dude, where is noglob?
- Date: Wed, 19 Aug 2015 14:31:38 +0200
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
hello guys,
there is something i miss from man zshall:
PRECOMMAND MODIFIERS
noglob Filename generation (globbing) is not performed on any of the
words.
so i tried
alias dude!="noglob dude"
dude () { print "$@" }
dude! where is my car?
but ... :)
zsh: no matches found: car?
it sounds like "oops... i tried it anyway".
regards
--
Marc Chantreux (eiro on github and freenode)
http://eiro.github.com/
http://eiro.github.com/atom.xml
"Don't believe everything you read on the Internet"
-- Abraham Lincoln
Messages sorted by:
Reverse Date,
Date,
Thread,
Author