From 6dd12d609dc178d716b9e83a28132edaefc99c45 Mon Sep 17 00:00:00 2001 From: eadler Date: Wed, 5 Dec 2012 13:56:39 +0000 Subject: Remove hack to emulate effective uid and just use the EUID's name in the first place. I was unaware of this option when originally committing this change. Submitted by: gcooper Approved by: cperciva MFC after: 3 days --- share/skel/dot.cshrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'share/skel') diff --git a/share/skel/dot.cshrc b/share/skel/dot.cshrc index 5ce3e36..3e94371 100644 --- a/share/skel/dot.cshrc +++ b/share/skel/dot.cshrc @@ -23,10 +23,7 @@ setenv BLOCKSIZE K if ($?prompt) then # An interactive shell -- set some stuff up - if ($uid == 0) then - set user = root - endif - set prompt = "%n@%m:%~ %# " + set prompt = "%N@%m:%~ %# " set promptchars = "%#" set filec -- cgit v1.1