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

Re: turn off globbing sometimes



Awesome, thanks!

If anyone else wants to do this, what I did was instead of typing

noglob command *(stuff)

I just aliased the command to include noglob, like so:

alias command="noglob command"

--
-fREW



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