dot.cshrc revision 1.1
11.1Scgdalias mail Mail 21.1Scgdset history=1000 31.1Scgdset path=(/sbin /usr/sbin /bin /usr/bin /usr/local /usr/hosts /usr/contrib .) 41.1Scgd 51.1Scgd# directory stuff: cdpath/cd/back 61.1Scgdset cdpath=(/sys /usr/src/{bin,sbin,usr.{bin,sbin},pgrm,lib,libexec,share,contrib,local,devel,games,old,}) 71.1Scgdalias cd 'set old=$cwd; chdir \!*' 81.1Scgdalias h history 91.1Scgdalias j jobs -l 101.1Scgdalias ll ls -lg 111.1Scgdalias ls ls -g -k 121.1Scgdalias back 'set back=$old; set old=$cwd; cd $back; unset back; dirs' 131.1Scgd 141.1Scgd# sccs stuff: sd/co/ci/allout/out/unedit 151.1Scgdalias sd sccs diffs 161.1Scgdalias co sccs get -e 171.1Scgdalias ci sccs delget 181.1Scgdalias allout "(cd ..; echo */SCCS/p.*|sed s/SCCS\\/p.//g)" 191.1Scgdalias out "echo SCCS/p.*|sed s/SCCS\\/p.//g" 201.1Scgdalias info sccs info 211.1Scgdalias unedit sccs unedit 221.1Scgdalias get sccs get 231.1Scgdalias prt sccs prt 241.1Scgdalias z suspend 251.1Scgdalias x exit 261.1Scgdalias pd pushd 271.1Scgdalias pd2 pushd +2 281.1Scgdalias pd3 pushd +3 291.1Scgdalias pd4 pushd +4 301.1Scgdalias df df -k 311.1Scgdalias du du -k 321.1Scgdalias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars' 331.1Scgd 341.1Scgdif ($?prompt) then 351.1Scgd set prompt="`hostname -s`# " 361.1Scgdendif 37