# .mytcshrc # Put architecture-independent personalized tcsh-startup stuff here. # Architecture-dependent personalized tcsh-startup stuff should go # in .mytcshrc.{$OS,$OSV}. # OS and OSV should be set by .tcshrc and/or .login set ignoreeof set notify set filec unlimit stack #necessary for big computations. set path=($path /home/matzner/tex/macros/astronat /home/matzner/bin /cita/local/bin/ /scratch/matzner/bin/) set prompt="`hostname`> " set history=50 umask 022 setenv TEXINPUTS .:/chipmunk/waerbeke/TeX/macros//:+/balsam/scoccima/CATALPA/texinputs: setenv TEXINPUTS .:/home/matzner/tex/macros//:: setenv BSTINPUTS .:/home/matzner/tex/macros//:: setenv BIBINPUTS .:/home/matzner/tex/macros//:: # ^^ this would serve as repository for mybib setenv MPAGE '-4o -M-32 -m10 -a' alias mp4 'mpage -M-18 it.ps > it4.ps; gv it4.ps' alias lpqt lpq -P trillium alias lps 'lpr -Ptrillium -o EFStapler=PUpperLeft' alias lp1 'lpr -Ptrillium -o EFDuplexing=None' alias lp1s 'lpr -o "EFDuplexing=None EFStapler=PUpperLeft" ' alias lmstat '/cita/local/lib/matlab/etc/lmstat -a' alias lyx /scratch/minklocal/lyx/bin/lyx alias pu 'ps -u matzner |grep $1' alias realplay /scratch/matzner/bin/RealPlayer8/realplay alias stats 'grep matzner /cita/d/system-log/apache_access_log | grep '/~matzner '' alias homepage 'netscape www.cita.utoronto.ca/~matzner &' alias google 'netscape www.google.com &' alias rat /home/matzner/bin/rat-4.2.9/rat # You probably don't want to modify anything from here to the end of the file. if ( -f ~/.mytcshrc.$OS ) then source ~/.mytcshrc.$OS endif if ( -f ~/.mytcshrc.$OSV ) then source ~/.mytcshrc.$OSV endif if ( -f ~/.myaliases ) then source ~/.myaliases endif alias xdvi /cita/local/bin/xdvi