From owner-freebsd-newbies@FreeBSD.ORG Mon Jan 12 10:12:51 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3E2816A4CE for ; Mon, 12 Jan 2004 10:12:50 -0800 (PST) Received: from rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59CC043D46 for ; Mon, 12 Jan 2004 10:12:49 -0800 (PST) (envelope-from itetcu@apropo.ro) Received: (qmail 18580 invoked from network); 12 Jan 2004 18:12:47 -0000 Received: from unknown (HELO it.buh.cameradicommercio.ro) (81.196.25.19) by mail.rdsnet.ro with SMTP; 12 Jan 2004 18:12:47 -0000 Date: Mon, 12 Jan 2004 20:14:06 +0200 From: Ion-Mihai Tetcu To: "Zuckerman" Message-Id: <20040112201406.6001cdaa@it.buh.cameradicommercio.ro> In-Reply-To: <000a01c3d930$c02120c0$0201a8c0@pentagon> References: <20040112165721.85994.qmail@web21508.mail.yahoo.com> <000a01c3d930$c02120c0$0201a8c0@pentagon> X-Mailer: Sylpheed version 0.9.8claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-newbies@freebsd.org Subject: Re: prompt X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2004 18:12:51 -0000 On Mon, 12 Jan 2004 15:22:58 -0200 "Zuckerman" wrote: Please don't use reply for a new message, it trashes threads viewing. > Hi, > > How I change the prompt in console to [localhost@user /pathdir]# ? It depend on the shell you use. For (t)csh you set the prompt variable in ~/.cshrc set prompt = "`hostname -s`>%/# " gives: it>/usr/ports# pwd /usr/ports it being the hostname. do a man csh and search for `prompt' (press / and write prompt and then ENTER; for search again press / and ENTER) untill you get to the `prompt' in the variables section, where you can see all teh options. -- IOnut Unregistered ;) FreeBSD user