Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Mar 2000 11:31:49 -0600
From:      Jeremy Falcon <jeremy@intersurf.com>
To:        kasper@swebase.com
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: .cshrc
Message-ID:  <00032411394300.00310@local.imputek.com>
References:  <000601bf9587$d62a8e60$2b4b4bd4@swebase.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00032411394300.00310>