Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: persistant Directory history?
- X-seq: zsh-users 10955
- From: Stephane Chazelas <Stephane_Chazelas@xxxxxxxx>
- To: zsh-users@xxxxxxxxxx, chesss <testingagain@xxxxxxxxx>
- Subject: Re: persistant Directory history?
- Date: Tue, 7 Nov 2006 23:52:13 +0000
- In-reply-to: <20061107231812.GA14067@xxxxxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx, chesss <testingagain@xxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <5db995410611060845y53f673e6je029a9c60659f116@xxxxxxxxxxxxxx> <20061107145231.GA8117@xxxxxxxxxx> <5db995410611071219q77820cfeg931ac950f744a276@xxxxxxxxxxxxxx> <20061107231812.GA14067@xxxxxxxxxx>
- Sender: Stephane Chazelas <stephane_chazelas@xxxxxxxx>
On Wed, Nov 08, 2006 at 12:18:12AM +0100, Francisco Borges wrote:
[...]
> > dirstack=( $(< ~/.zdirs) )
[...]
> Here are the caveats of that code:
>
> 1. it will fail if your directories have spaces in their names. To solve
> this you have to use "dirs -p" to put one dir per line, and use "f"
> to read them.
[...]
You're only moving the problem to directories with newline in
there names. See my approach (use ${(qq)dirstack} and ".").
--
Stéphane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author