#!/bin/csh # # $Id$ # $HeadURL$ # # ident "@(#).cshrc ver 1.0 Aug 20, 1996" # for shared files umask 002 # editor setenv EDITOR 'emacs' setenv VERSION_CONTROL t # for tcsh set notify set noclobber set rmstar set history = 1000 set savehist = 1000 set correct=cmd alias settitle 'echo -n "]2;`uname -n`"' #source ~/.complete.tcsh # commented out 10/18/2014 DL # aliases source ~/.alias # mandatory...for shared group files umask 002 #--------------- Hall-D Online stuff --------------------- source /gluex/etc/hdonline.cshrc set prompt="HDOPS %m:%c> " set hh = `echo $HOST | cut -c 1-7 `