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

Revision 22900, 344 bytes checked in by tabbott, 16 years ago (diff)
Remove zephyr code from renew in debathena-standard so that renew doesn't give errors when behind a NAT.
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 $USER && aklog'
12
13set add_flags
14alias add 'eval `/bin/attach -Padd $add_flags \!:*`'
Note: See TracBrowser for help on using the repository browser.