Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: prompt bug?
- X-seq: zsh-users 2644
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Gabor <gabor@xxxxxxxxxx>, zsh-users@xxxxxxxxxxxxxx
- Subject: Re: prompt bug?
- Date: Sat, 2 Oct 1999 05:23:56 +0000
- In-reply-to: <19991001103703.A6983@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <19990926173658.A352@xxxxxxxxxx> <19991001103703.A6983@xxxxxxxxxx>
On Oct 1, 10:37am, Gabor wrote:
} Subject: Re: prompt bug?
}
} On Sun, Sep 26, 1999 at 05:36:58PM -0400, Gabor wrote:
} # I discovered this interesting anomoly in my prompt
} #
} # === home/gabor $ cd /
} # === / $ cd tmp
} # === //tmp $
} #
} # Interesting little extra slash there. Is zsh just trying to make sure
} # I know tmp is off root? My prompt is like
} #
} # PS1='=== %(3/;%2/;%/) $ '
}
} It's obviously affected by the setting of chaselinks. Any comments?
Have you looked at "echo $PWD" lately? It has two slashes as well in
that instance. The prompt is not what's messed up, the value of $PWD is.
If how this happened is obvious to anyone, speak up, otherwise I may get
a look at it eventually along with other "cd" related stuff.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author