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

Revision 23997, 528 bytes checked in by broder, 15 years ago (diff)
Source the system default dotfiles before sourcing our own, so that we can actually override stuff. Patch by Jessica Hamrick.
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
5source /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.
10set DEBATHENA_CSHRC="/usr/share/debathena-tcsh-config/cshrc.debathena"
11if (-e $DEBATHENA_CSHRC) then
12    source $DEBATHENA_CSHRC;
13endif
Note: See TracBrowser for help on using the repository browser.