From owner-freebsd-questions Wed Nov 19 14:11:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA05119 for questions-outgoing; Wed, 19 Nov 1997 14:11:28 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from andrsn.stanford.edu (root@andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA05109 for ; Wed, 19 Nov 1997 14:11:23 -0800 (PST) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.8.8/8.6.12) with SMTP id OAA03375; Wed, 19 Nov 1997 14:09:41 -0800 (PST) Date: Wed, 19 Nov 1997 14:09:40 -0800 (PST) From: Annelise Anderson To: sporkl@dti.net cc: Thomas David Rivers , parrothd@midwest.net, questions@FreeBSD.ORG Subject: Re: Keeping mutliple machine and telnets straight.... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 19 Nov 1997, sporkl wrote: > Hello > > I read your post as to stting up a different prompt for bash, but > I am wondering if anyone knows specifcally how to do this for tcsh. > thank you. This is what I've got in my .tcshrc file right now. m = machine (the hostname), h = history number (how many commands), t = time in a.m. and p.m. style, the ~ substitutes for /usr/home/andrsn, and the # makes the prompt switch from > to # if I su (aliased to su -m) to root. You can of course change the order. set prompt = "%m %h %t %~ %# " Annelise > > > > -Spike Gronim > sporkl@dti.net > > "Tradition is the chastity belt of the mind" > > >