umask 022 setenv PAGER less unlimit tty >& /dev/null if ( $status == 0 ) then stty erase  endif switch ($shell) case "*/tcsh": bindkey -e # Use Emacs style key bindings for history editing. #bindkey -v # Use vi style key bindings for history editing. breaksw endsw setenv PATH "/ldcg/bin:/ldcg/sbin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin" setenv LD_LIBRARY_PATH "/ldcg/lib:/lib:/usr/lib:/usr/X11R6/lib:/usr/local/lib" setenv MANPATH "/ldcg/man:/usr/share/man:/usr/X11R6/man:/usr/local/man" if ( ( ! ${?SHLVL} ) || ( ${SHLVL} == 1 ) ) then if ( -f sqllib/db2cshrc) then source sqllib/db2cshrc else setenv DB2INSTANCE ldasdb endif endif if ( -f /etc/ldasname ) then set domain = `cat /etc/ldasname` else set domain = `domainname` endif if (${?GROUP}) then set prompt = "%B%n:${GROUP}:%b%m.${domain}:%c> " else if (${?group}) then set prompt = "%B%n:${group}:%b%m.${domain}:%c> " else set prompt = "%B%n:%b%m.${domain}:%c> " endif