1# System-wide .cshrc file for csh(1).
2
3if ($?prompt) then
4	set promptchars = "%#"
5	if ($?tcsh) then
6		set prompt = "[%m:%c3] %n%# "
7	else
8		set prompt = "[%m:%c3] `id -nu`%# "
9	endif
10endif
11