Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: global aliases substituting *within* a path
- X-seq: zsh-users 17093
- From: Ronald Fischer <ynnor@xxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: global aliases substituting *within* a path
- Date: Fri, 18 May 2012 15:08:19 +0200
- Cc: valodim@xxxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=mm.st; h= message-id:from:to:cc:mime-version:content-transfer-encoding :content-type:subject:date; s=mesmtp; bh=LNVJsHThoj/BhaqIfsvxDru zIc4=; b=cMNiu0potNFpgPE2jDTWX3YW/CdZvTanr7EGeYzesHGnk+H9hLFlVwE nxLMFLlzh7oYmimPVy7ml3pZVwxv1dBqmKMwtu/HJ8Fljipeg01tkAAA/GX7pnx1 uwoLxE7RNTgOhSnRZDHJBIS/FmE83W+fOOQkufTLpg2lfUB8AT9M=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:cc:mime-version :content-transfer-encoding:content-type:subject:date; s=smtpout; bh=LNVJsHThoj/BhaqIfsvxDruzIc4=; b=pv50YOR3dM8Bcq4iUN5WvAza8L1I TwrgpU+13fZUfpwA2Ua0nv6jPlUt1q7IM1UT53G7M6yB5rvxPNZ5WhWpft/KjLRO IlYUaFWRSqoqcUQZo9U4sLm8oqaWMHixc3uPwZ+84Yax/dqGUCwncSGWzpKMLTgi gW/YGJTIawhq6b0=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
> echo a/f/b/b/x<TAB>
Doesn't help here, for two reason:
(1) At least in my version of zsh (4.3.12), this would not expand the
interim directories (f,b,b). Instead I have to write them out explicitly
(foo/bar/baz), i.e. this is exactly what I wanted to avoid.
(2) Even if I could do TAB completion on directories within the path,
this is not what I'm looking for, because it is still cumbersome to
type.
:-(
Ronald
--
Ronald Fischer <ronaldf@xxxxxx>
+ If a packet hits a pocket on a socket on a port,
+ and the bus is interrupted and the interrupt's not caught,
+ then the socket packet pocket has an error to report.
+ (cited after Peter van der Linden)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author