diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2012-12-05 13:56:39 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2012-12-05 13:56:39 +0000 |
| commit | 01d9852a4dcdabf23539f045a42daf9f1a270b8e (patch) | |
| tree | b05f6bbc95a6d97d9a60d63fcc670ef770399752 /etc/root | |
| parent | a927ac5de066a7ba4ad2ba43782880973ce3a08f (diff) | |
Notes
Diffstat (limited to 'etc/root')
| -rw-r--r-- | etc/root/dot.cshrc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index 5ce3e362b1c6..3e94371b6bce 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/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 |
