# Copyright 2001 jcm - all rights reserved (distributable under GPL) # # set HISTORY size such that nosy CS admins are not satisfied # export HISTSIZE=0 # be paranoid about other people having access to our files umask 077 # set prompt to something useful rather than CS default PS1='\u@\h:\w\$ ' # pity CS aren't enlightened enough to use GNU utils but still... export PAGER=less export PRINTER=het export NNTPSERVER=news.nottingham.ac.uk if [ $HOSTTYPE == "sparc" ] then alias ls="$HOME/bin/ls --color=tty" alias tar=gtar alias make=gmake alias chroot=gchroot alias date=gdate alias echo=gecho alias nice=gnice alias nohup=gnohup alias printf=gprintf alias sleep=gsleep alias uname=guname alias uptime=guptime alias who=gwho alias whoami=gwhoami alias awk=gawk else alias scp=/usr/bin/scp alias ssh=/usr/bin/ssh fi # Set up aliases for common software alias more=less # use a decent pager alias vi=vim # use a decent vi #alias groups=ggroups # use a decent groups