in reply to Silly errors repeated from time to time

I've gotten in the habit of running the following whenever I log into an account that isn't mine, or sit down at someone elses terminal to help them with something...

some silly prompt#>tcsh some slightly different prompt>source ~hossman/.cshrc username@host:path>

The last prompt is because of htis line in my .cshrc file...

set prompt = "%m:%~%# " if (`whoami` != "hossman" ) then set prompt "%n@%m:%~%# " endif

why do i do this you ask?