From owner-freebsd-questions@FreeBSD.ORG Tue Oct 11 18:58:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5299E16A41F for ; Tue, 11 Oct 2005 18:58:33 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9964843D48 for ; Tue, 11 Oct 2005 18:58:29 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j9BIwQYZ024005; Tue, 11 Oct 2005 21:58:27 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j9BIvJOp004973; Tue, 11 Oct 2005 21:57:19 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j9BIvJQK004972; Tue, 11 Oct 2005 21:57:19 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 11 Oct 2005 21:57:19 +0300 From: Giorgos Keramidas To: Alex Message-ID: <20051011185719.GA4905@flame.pc> References: <434C0919.9050709@arcor.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <434C0919.9050709@arcor.de> Cc: freebsd-questions@freebsd.org Subject: Re: set prompt error under csh X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 18:58:33 -0000 On 2005-10-11 20:48, Alex 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.