if ( $?CLEARCASE_ROOT ) then
        set ccr=$CLEARCASE_ROOT
        set view="${ccr:t}"
else
        set ccr=""
        set view=""
endif

if ( $?linux ) then
  set wai=`/usr/bin/whoami`
else
  set wai=`/usr/ucb/whoami`
endif

if ( "$wai" == "root" ) then
  set diswho = ""
  set usym = "#"
else if ("$wai" == "your-login-name-here" ) then
  set diswho = ""
  set usym = "%"
else
  set diswho = "(${wai})"
  set usym = "%"
endif

set prompt="\! <%B%m%b>${view}${diswho} %C3 ${usym} "