Path: utzoo!mnetor!uunet!littlei!reed!psu-cs!winterss From: winterss@psu-cs.UUCP (Stafford Winters ) Newsgroups: comp.unix.questions Subject: Re: current pwd in prompt Message-ID: <496@psu-cs.UUCP> Date: 17 Feb 88 08:59:18 GMT References: <11656@brl-adm.ARPA> <172@tic.UUCP> Reply-To: winterss@psu-cs.UUCP (Stafford Winters (CS 457)) Organization: Dept. of Computer Science, Portland State University; Portland OR Lines: 16 I missed the discussion on this topic, but I had a friend who inquired about this. I did work out a solution for csh using the change directory command. I put the following in my .cshrc file: alias cd 'cd \!* ; set prompt="`pwd`> "' so that every time I change directories the prompt will be updated. Realize, this is slow, but it pleased a friend of mine who uses PCs every day. ______ / / --/ __. __/ (_/ (_/|_(_/_ Tad Winters winterss%psu-cs.cs.pdx.edu or winters%jacobs.cs.orst.edu