Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: AUTO_CD
- X-seq: zsh-workers 22824
- From: "Vin Shelton" <acs@xxxxxxxxxxxxxxxxxxxx>
- To: "Dave Yost" <Dave@xxxxxxxx>
- Subject: Re: AUTO_CD
- Date: Fri, 6 Oct 2006 16:36:32 -0400
- Cc: zsh-workers@xxxxxxxxxx
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=IlYHvk55nqs2XVpUsTO3+Sic7g+f07A570FPVv9wFZz3P0ImotxifKTc3OKdkIG9CZ2cnR3ELdoCFU2rWlzB7Z1r/xwjL8iA8g9a9IH5x6mVEp9C0/BB+kf9oHFjT8fG2AMqjuPB5zgPmNazA6mDpP+FloxvpZi7enKzUsZ/jsY=
- In-reply-to: <pdy98830624062fc14c69e22b5a@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <pdy988306240627c14c51c58468@xxxxxxxxxxx> <200610062349.05354.arvidjaar@xxxxxxxxxx> <pdy98830624062fc14c69e22b5a@xxxxxxxxxxx>
- Sender: ethersoft@xxxxxxxxx
$ zsh -f
$ ls -d software
software
$ software
zsh: command not found: software
$ setopt autocd
$ software
$ pwd
/e/acs/software
$ dirs
~/software
$ cd
$ setopt autopushd
$ software
$ dirs
~/software ~
Case and underscore are ignored in option names.
- Vin
On 10/6/06, Dave Yost <Dave@xxxxxxxx> wrote:
At 11:49 PM +0400 2006-10-06, Andrey Borzenkov wrote:
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>On Friday 06 October 2006 22:35, Dave Yost wrote:
>> Hi.
>>
>> There should be a way to get something like AUTO_CD but that does a pushd.
>>
>
>What about 'setopt autopushd'?
>
> -andrey
Man zshall doesn't contain the string autopushd anywhere. I presume you mean AUTO_PUSHD, which (as I read it) makes all cd commands act like pushd. This is different from what I'm asking, though AUTO_PUSHD is the name you would expect my request would use.
--
Whoever you are, no matter how lonely,
the world offers itself to your imagination,
calls to you like the wild geese, harsh and exciting--
over and over announcing your place
in the family of things. Mary Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author