# .tcshrc for Particle Theory Group at Univ. Michigan # @(#) $Id: sample.tcshrc,v 2.1 1999/10/04 20:46:21 myers Exp myers $ #======================================================================* source $HOME/.cshrc # first get all my usual .cshrc things # # then tcsh stuff: set history=100 # -- command correction: set correct=cmd set rmstar # regular commands to check things set tperiod=30 alias periodic "msgs -q" set watch=( root any any console ) # unset autologout if ( `whoami` == "root") set autologout=60 #-- prompt with cwd in it. Undo what .cshrc did to cd, pd, pop set prompt="%m:%C%# " unalias setprompt unalias cd; unalias pd; unalias pop; alias pd pushd; alias pop popd