dot.cshrc revision 1.2
11.1Scgdalias mail Mail 21.1Scgdset history=1000 31.2Scgdset path=(/sbin /usr/sbin /bin /usr/bin .) 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.2Scgdalias z suspend 151.1Scgdalias x exit 161.1Scgdalias pd pushd 171.1Scgdalias pd2 pushd +2 181.1Scgdalias pd3 pushd +3 191.1Scgdalias pd4 pushd +4 201.1Scgdalias df df -k 211.1Scgdalias du du -k 221.1Scgdalias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars' 231.1Scgd 241.1Scgdif ($?prompt) then 251.1Scgd set prompt="`hostname -s`# " 261.1Scgdendif 27