set prompt error under csh

Giorgos Keramidas keramida at ceid.upatras.gr
Tue Oct 11 11:58:33 PDT 2005


On 2005-10-11 20:48, Alex <newsalex at arcor.de> wrote:
> Hi,
>
> i found a vary strange behaviour!
>
> When i am logged in, i can set a new prompt (under csh):
> set prompt "%n@%M %~ %# "
> Everything alright.

Sort of.  The correct way is:

	set prompt = '%n@%M %~ %# '

Note the assignment character.



More information about the freebsd-questions mailing list