Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: persistant Directory history?



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