# ~/.stdprompt_csh # # Sourced by the set_prompt alias setup by ~/.stdprompt # Put this in the user's home dir, but do not source it directly. # # -erco@3dsite.com if ( ! $?user ) set user = `/usr/bin/logname` if ( ! $?host ) set host = `/bin/hostname` # WITH DATE set prompt="\ `/bin/date +'%a %D %T'` `/bin/pwd`\ [$user@$host]${rootmsg} \!: " # WITHOUT DATE #set prompt="\ #`/bin/pwd`\ #[$user@$host]${rootmsg} \!: "