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

Re: Something like noglob to inhibit brace expansion?



    Hi Lloyd :)

 * Lloyd Zusman <ljz@xxxxxxxxxx> dixit:
[IGNORE_BRACES]
> Does anyone know of any tricks to get this functionality within
> an alias?

    The best solution I can think of is to use the preexec function
and set the option only for that command, then use precmd to reset
the option. The problem is that I think that the command line gets
expanded before calling preexec :((( Any zle widget, maybe?

    Raúl Núñez de Arenas Coronado

-- 
Linux Registered User 88736
http://www.pleyades.net & http://raul.pleyades.net/



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