Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Oct 2005 21:57:19 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Alex <newsalex@arcor.de>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: set prompt error under csh
Message-ID:  <20051011185719.GA4905@flame.pc>
In-Reply-To: <434C0919.9050709@arcor.de>
References:  <434C0919.9050709@arcor.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-10-11 20:48, Alex <newsalex@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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051011185719.GA4905>