From owner-freebsd-questions Fri Mar 24 9:34:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from alex.intersurf.net (alex.intersurf.net [216.115.129.11]) by hub.freebsd.org (Postfix) with SMTP id 7C3A237B59C for ; Fri, 24 Mar 2000 09:34:37 -0800 (PST) (envelope-from jeremy@intersurf.com) Received: (qmail 63937 invoked from network); 24 Mar 2000 11:34:21 -0600 Received: from mdm-143-21.dialup.intersurf.com (HELO local.imputek.com) (216.115.143.21) by alex.intersurf.net with SMTP; 24 Mar 2000 11:34:21 -0600 From: Jeremy Falcon To: kasper@swebase.com Subject: Re: .cshrc Date: Fri, 24 Mar 2000 11:31:49 -0600 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <000601bf9587$d62a8e60$2b4b4bd4@swebase.com> Cc: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Message-Id: <00032411394300.00310@local.imputek.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As far as I'm aware, LOGNAME is not a default environment variable. If you're trying to set your prompt to "user %", then try this... tcsh set prompt = ''%n %" csh set prompt = "$user %" Hope this helps, Sincerely, Jeremy L. Falcon > Why does this not work when i have added this in my .cshrc file > > set prompt = "$LOGNAME %" > > ./K > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message