Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: turn off globbing sometimes
- X-seq: zsh-users 11593
- From: fREW <frioux@xxxxxxxxx>
- To: fREW <frioux@xxxxxxxxx>, "Zsh users list" <zsh-users@xxxxxxxxxx>
- Subject: Re: turn off globbing sometimes
- Date: Mon, 25 Jun 2007 08:49:21 -0600
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VaHFdwE+mjRwLRbvUjGnal6NepPeohWfdH5+I7pUyBwn0RJUMVR2Mkf3qHCcvg7jj71SIDPNrwECMdaNZoJq/jePwKY84WkBLxzVa4OVogVe6JKMIW2lH2Vxs2b2bqiL6PKkgmpvVEeelJfhKkWhktILHDbAMsfCEUU67qY1hwc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=i+nKjTRA9UWM78Zock28J8M/1tF1rQc3QsxATPznR8QtXuWOqgIZ019iQRYIuS7g9S+OYgEKkkLoI1biJWtO57F8td9JH6w0pE1svwO1XOTjReBoXvCbI8bi3KfQhIJng4wQgLb+qqd5UFawPXqK/bJ4dGCTyEmrVskstNeDpXI=
- In-reply-to: <20070625143801.GB27030@xxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <fb3648c60706250734r7402b1bewb43015d19e9c56fe@xxxxxxxxxxxxxx> <20070625143801.GB27030@xxxxxxxxxxx>
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