Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Something like noglob to inhibit brace expansion?
- X-seq: zsh-users 6643
- From: DervishD <raul@xxxxxxxxxxxx>
- To: Lloyd Zusman <ljz@xxxxxxxxxx>
- Subject: Re: Something like noglob to inhibit brace expansion?
- Date: Sun, 5 Oct 2003 12:50:15 +0200
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <m3wubkmv0y.fsf@xxxxxxxxxx>
- Mail-followup-to: Lloyd Zusman <ljz@xxxxxxxxxx>, zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: Pleyades
- References: <m3wubkmv0y.fsf@xxxxxxxxxx>
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