Subject: Re: [A bit OT] csh prompt
To: Mauricio <supremedalek@hotpop.com>
From: Chris Pinnock <cjep@fawlty.net>
List: port-pmax
Date: 09/26/2003 14:22:16
On Fri, Sep 26, 2003 at 08:42:40AM -0400, Mauricio wrote:
> How to set the prompt in csh? I thought something like
>
> set prompt="%n@%m-%h>"
>
> would work but it seems that is only tcsh. Anyone?
You might be better off asking this sort of question on netbsd-help.
The %h, etc are tcsh only I think. You could do something like:
set prompt="`whoami`@`hostname -s`-!>"
Regards,
Chris