# $Id: dot.cshrc,v 1.9 1998/09/02 14:10:22 bde Exp $ # # .cshrc - csh resource script, read at beginning # of execution by each shell # # see also csh(1), environ(7). # alias ls ls -alF alias ps ps -awx alias h history alias j jobs alias more jless alias su su -l alias whoisj whois -h whois.nic.ad.jp alias whoisi whois -h whois.internic.net alias rsync rsync -a -e ssh --delete alias ncvs cvs -R -d /home/ncvs alias fcvs cvs -d freefall:/home/ncvs setenv EDITOR vi setenv PAGER more setenv BLOCKSIZE K limit coredumpsize 0 if ($?prompt) then # An interactive shell -- set some stuff up set prompt = "`hostname -s`(!) % " set filec set history = 25 set savehist = 25 set mail = (/var/mail/$USER) endif