On Thu, Apr 07, 2011 at 10:26:20AM -0600, Byron Clark wrote: > > This is because the nomatch shell option is enabled by default. Just > add 'setopt no_nomatch' to .zshrc to change that behavior. > Documentation in zshall(1).
I actually like the default zsh behavior. I always put quotes around URLs anyway, and I like to get consistent error messages and to know as soon as possible when a glob fails. To make bash behave this way, I have the following in my .bashrc: shopt -s failglob -- Andrew McNabb http://www.mcnabbs.org/andrew/ PGP Fingerprint: 8A17 B57C 6879 1863 DE55 8012 AB4D 6098 8826 6868 -------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list
