From owner-freebsd-questions Tue Jan 20 22:01:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA15812 for questions-outgoing; Tue, 20 Jan 1998 22:01:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mutsgo.dyn.ml.org (dal56-9.ppp.iadfw.net [206.66.1.229]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA15801 for ; Tue, 20 Jan 1998 22:01:00 -0800 (PST) (envelope-from kf7nn@mutsgo.dyn.ml.org) Received: (from kf7nn@localhost) by mutsgo.dyn.ml.org (8.8.7/8.8.7) id XAA03492 for questions@freebsd.org; Tue, 20 Jan 1998 23:52:28 -0600 (CST) (envelope-from kf7nn) From: Laszlo Vagner Message-Id: <199801210552.XAA03492@mutsgo.dyn.ml.org> Subject: prompt To: questions@FreeBSD.ORG Date: Tue, 20 Jan 1998 23:52:27 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk I have been trying to figure out how to set my prompt for weeks but i just dont know the syntax. if i use the shell sh and i want my prompt to be something like hostname currentpath > IE: dopey /usr/local/etc > what do i edit and what do i put in there.??? tried various stuff in .login, .cshrc and .profile such as "`hostname` %l > " but it never changes from the $ prompt. looking at the handbook nothing seems to work. help anyone?