#!/bin/sh # Set up the environment: PATH=$HOME/personal/@@$platform@@/bin:$HOME/personal/scripts/bin @@?$ncipher?@@@@# PATH=$PATH:$HOME/personal/crypto/scripts @@;@@# @@? -d '/opt/bin' ?@@@@# PATH=$PATH:/opt/bin @@;@@# PATH=$PATH:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/sbin:/usr/sbin @@? $uname eq 'SunOS' ?@@@@# PATH=$PATH:/usr/ccs/bin @@;@@# PATH=$PATH:@@$xbindir@@ export PATH CDPATH=:..:$HOME:$HOME/things CVS_RSH=ssh CVSROOT=:ext:cvs:/ncipher/local-CVS EDITOR=emacs ESHELL=/usr/bin/bash HISTORY=256 HOST=`hostname` LANG=C LESS="-eMfQj10" # NNTPAUTH="md5cookie1way ian" PAGER=less # PERLLIB=$HOME/personal/linux/lib/perl5 PS1="$ " TRNINIT=$HOME/.trninit WWW_HOME=http://www.chiark.greenend.org.uk/~ijackson/ export CDPATH CVS_RSH CVSROOT EDITOR ESHELL HISTORY HOST LANG LESS export PAGER PERLLIB PS1 TRNINIT WWW_HOME # NNTPAUTH @@?$ncipher?@@ NC_SITES=@@$ncipher@@:@@ $ncipher eq 'bos' ? 'cam' : 'bos' @@ export NC_SITES @@; unset MAILPATH unset ignoreeof umask 002