source:
trunk/debathena/config/shell-config/debian/csh.cshrc.debathena
@
23997
Revision 23997, 528 bytes checked in by broder, 15 years ago (diff) |
---|
Line | |
---|---|
1 | # This is the Debathena csh.cshrc configuration. |
2 | # You should in general only use it if you are not using debathena-login. |
3 | |
4 | # Source the normal csh.cshrc |
5 | source /etc/csh.cshrc.debathena-orig; |
6 | |
7 | # It sources a csh script that creates the add and renew commands, |
8 | # sets ATHENA_SYS is set correctly, and other similar tasks. |
9 | # To remove this feature, uninstall the debathena-tcsh-config package. |
10 | set DEBATHENA_CSHRC="/usr/share/debathena-tcsh-config/cshrc.debathena" |
11 | if (-e $DEBATHENA_CSHRC) then |
12 | source $DEBATHENA_CSHRC; |
13 | endif |
Note: See TracBrowser
for help on using the repository browser.