# # System-wide cshrc file # # On new files deny others rwx permission, but allow group umask 002 # # Set environmental params # setenv PRINTER lp setenv EDITOR /usr/bin/pico setenv VISUAL /usr/bin/pico setenv ORGANIZATION 'Duke Department of Economics' setenv TEXINPUTS .:/usr/share/texmf/tex/latex/graphics:/usr/share/texmf// # Set up initial vals for path set manpath = () set locpath = () set library = () # set the inital path to the standard unix utilities in /bin # and /usr/bin. #set manpath = ( $manpath\:/usr/openwin/share/man ) set locpath = ( $locpath /bin /usr/bin /sbin /usr/sbin ) set library = ( $library\:/usr/lib ) # Set up stuff for local info set manpath = ($manpath\:/opt/local/man\:/usr/local/man ) set locpath = ( $locpath /opt/local/bin /usr/local/bin ) set library = ( $library\:/opt/local/lib\:/usr/local/lib ) # Set paths from above entries set path = ( $locpath /usr/X11R6/bin ) setenv MANPATH /usr/man$manpath setenv LD_LIBRARY_PATH $library #setenv autologout 2880 set autologout = 240 # interactive shell if ( $?prompt ) then set hostname = `hostname` set notify set ignoreeof set history = 40 set savehist = 40 set histbang=! set prompt="[$histbang] $user@${hostname}% " else stty erase '^H' werase '^?' kill '^U' intr '^C eof '^D'' endif #if(-d $HOME/.gnome-desktop) then #ln -s -f /usr/local/etc/win $HOME/.gnome-desktop/VMWARE #endif