source: trunk/debathena/config/shell-config/debian/cshrc.debathena @ 23995

Revision 23995, 351 bytes checked in by geofft, 15 years ago (diff)
In shell-config: * Don't set environment variables in /etc/{bash.bashrc,csh.cshrc}.debathena (Trac #214)
Line 
1#!/usr/bin/tcsh
2# Global cshrc file for Debathena machines
3
4setenv HOSTTYPE "`/bin/machtype`"
5setenv ATHENA_SYS `/bin/machtype -S`
6if ( $ATHENA_SYS == "" ) then
7  setenv ATHENA_SYS @sys
8endif
9setenv ATHENA_SYS_COMPAT `/bin/machtype -C`
10
11alias renew 'kinit -54 $ATHENA_USER && aklog'
12
13set add_flags
14alias add 'eval `/bin/attach -Padd $add_flags \!:*`'
Note: See TracBrowser for help on using the repository browser.