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.
|
Rev | Line | |
---|
[22685] | 1 | # This is the Debathena csh.cshrc configuration. |
---|
| 2 | # You should in general only use it if you are not using debathena-login. |
---|
| 3 | |
---|
[23997] | 4 | # Source the normal csh.cshrc |
---|
| 5 | source /etc/csh.cshrc.debathena-orig; |
---|
| 6 | |
---|
[22685] | 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.