Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!wuarchive!uunet!infonode!ingr!b11!rebels!sivesh From: sivesh@rebels.ingr.com (sivesh pradhaan) Newsgroups: comp.unix.shell Subject: Re: How to change prompt in ksh?? Message-ID: <9628@b11.ingr.com> Date: 11 Dec 90 20:07:07 GMT References: <2423@sparko.gwu.edu> Sender: usenet@b11.ingr.com Reply-To: sivesh@rebels.ingr.com (sivesh pradhaan) Distribution: na Organization: Testing Lines: 19 In article <2423@sparko.gwu.edu>, fc173108@seas.gwu.edu (Iqbal Qazi) writes: |> My prompt is now: |> |> fc173108@sparko:xxx: |> ^^^ ^^^ ^^^ |> | | | |> account machine line# |> |> and I would rather have my path shown, or the time, or just something else. |> |> I mean, I know which account I'm in, and what machine I'm on. I think |> I need to stick something in my .kshrc file but I don't know what. put PS1="what_ever_you_want_your_prompt_to_be" in your .profile -Sivesh