Remove any existing prompt setup commands you may have
in your ~/.cshrc, ~/.tcshrc or ~/.login files.
Add the following commands to your ~/.cshrc file:
# SETUP PROMPT FOR LOGINS
# $?prompt test avoids setting up a prompt needlessly
# for rsh(1) and shell escapes.
#
if ( $?prompt && -e ~/.stdprompt ) source ~/.stdprompt
Re-login to see your new prompt.
(or type source ~/.stdprompt)