# Ian Jackson's .profile, mostly copied from.... (eng.cam.ac.uk) # CUED default .profile for /bin/sh or /bin/ksh initialization, # then customised for Engineering dept system. This version copied # to cl then customised for cl, thence to cam-orl.co.uk, thence # to chiark, thence to ncipher . .configs/setenvir echo -------------------------------------------------- uptime if [ "x$TERM" = "xnetwork" ] then defterm=vt100 echo -n "Terminal type (default=$defterm) ... " read TERM [ "x$TERM" = x ] && TERM=$defterm export TERM fi [ "x`tty`" = x/dev/console ] || stty cs8 2>/dev/null || true exec $SHELL