Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Allow completion to work with files starting with = (equal sign)
- X-seq: zsh-users 11920
- From: "François-Xavier Coudert" <fxcoudert@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Allow completion to work with files starting with = (equal sign)
- Date: Wed, 3 Oct 2007 15:42:13 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=1rGercWxodQT9jOYhqg3kGATgTpRu51kf68mYXPkOVo=; b=izOwjZjEihefVC6VyYR+3QIy/XXZVbgw8mfZlQJ8DD88vvHcVl9dqe2dMDN49Dkly+dQoTd84Barr1cwNJrqb3aVvYd2AuPkoGKrlbtBl2FZTAe4kubqeG3EqdPVPGrsKqqiy+6U2TGTh2kLe7rojD/xeVAHgKNJJQkTS99VNNM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=tuBlFo2S3Q5nrUfm0agkKU4RoO07bx1uzh1Dvz+CtfVKIyMQ9eJP4NfjFyRz6goZmefnDOs+8DksM/JrtnlQrjslk6RAysM7MmjDj5hOODSsdNtnm2PSp/2X+Q/qDGRTAbhpc2fgBNIxsgtwTrbozK3M0fpE8E/VNtqAUMajkgc=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi all,
Some of my files and directories have names beginning with = (the
equal sign). By using "unsetopt EQUALS", I can disable the standard
behaviour for =, and thus am able to use them properly. One thing that
still doesn't work, though, is the completion of filenames. Typing "cd
=fo" and TAB doesn't autocomplete to =foo, for example. (Completion
works fine for me otherwise.) How can I change this behaviour?
Regards,
FX
Messages sorted by:
Reverse Date,
Date,
Thread,
Author