Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Named directories
- X-seq: zsh-users 8539
- From: Mika Seppänen <cooz@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Named directories
- Date: Mon, 21 Feb 2005 23:49:08 +0200
- In-reply-to: <a5081c29a912da1283f3f3c075c76785@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <2e24629722633f291ea82664e14cbc5d@xxxxxxxxxx> <200502211431.j1LEVEJe015971@xxxxxxxxxxxxxx> <a5081c29a912da1283f3f3c075c76785@xxxxxxxxxx>
21.2.2005 kello 16:51, Mika Seppänen wrote:
I found that by reading manuals and using google, but It doesn't help.
I get following: (PS1=%s\> and option autonamedirs unset, though
seting it doesn't change situation in anyway)
Solved. I had following defination in my .zshrc:
export foo="/home/bar/project/random/"
Problem was slash at end of directory, following works great:
export foo="/home/bar/project/random"
Both work with cd, but only later expand correctly from %~.
Unfortunatly instead of realizing that right away I walk through the
hard way. First I made some tests on other platforms (with different
config files) and it worked there, so I thought that maybe platform is
reason to faulty behaviour. Because of my blindness to see obivious I
had to run zsh under gdb on two different platforms to see that little
difference :)
Mika
Messages sorted by:
Reverse Date,
Date,
Thread,
Author