Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: making `cd` work unquoted
- X-seq: zsh-users 14282
- From: spiralofhope <spiralofhope@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: making `cd` work unquoted
- Date: Wed, 5 Aug 2009 07:40:09 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=ay6D2gJ33oFT1OSAXmLe3Yjg1a+JlsI2IQB62i1Tojg=; b=MTf+JoyF12Jbr0evtuhnCAE3WfJjvwa3eoHG8RELK9Aib+5ixCO+wTF4aCmn5an2TX 1B/qN2dqBABze5Mfv9gbwYX9CCLpTn3djzdPvV9FQL++7NZA51MRBYrA1N23nSrzBDHm l9i8D49CSrefQmglO6gBej7lCXRm7PS0HmxSg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=RuH7elhLacVgI+GBx6p8Uu8lujf7xFh2F9rZTE8wOQ0jukc79DraB0SOfRvZw9snkL Xyi75xmzA4hwS8BbjerGbPuIOOMyiSfzClqK4vG7VG6q2RQXSRn6NKBdoly+OAyPgw8D BPyv1SS3XlXVNA22johtWaq0glSVSJwpBmc0A=
- In-reply-to: <chaz20090726110349.GA5452@xxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20090725091008.7af5b873@xxxxxxxxx> <090725111722.ZM23913@xxxxxxxxxxxxxxxxxxxxxx> <chaz20090726110349.GA5452@xxxxxxxxxxx>
Thanks for the tips.
I agree that this ought to be a separate command. I was hoping to make
something that could be a drop-in replacement for cd, but that doesn't
look possible.
Probably the best route for me to go is to create a function bound to a
hotkey which will either quote my current commandline or possibly quote
the previous command in my history stack.
I haven't had time to work on this, but when I do I'll report back with
my solution.
Thanks again
Messages sorted by:
Reverse Date,
Date,
Thread,
Author