"Fossies" - the Fresh Open Source Software Archive 
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1
2 NEW NEW NEW
3
4 I have put a "Makefile", type "make" to see the options there.
5 Essentially, the Makefile does what the following suggests.
6
7 NEW NEW NEW
8
9 To install the new .tcshrc.* files, you should first take a backup
10 of your original .tcshrc file, if there is any.
11 Then, copy the .tcshrc* files from this directory to your home directory.
12
13 A. To make a backup of your existing .tcshrc file
14
15 % cd
16 % cp .tcshrc .tcshrc.ORIGINAL
17
18 B. To install the new .tcshrc* files
19
20 % cd tcshrc-0.x/
21 % cp .tcshrc* ~/
22
23 Exit the shell and logon again (or open a new window).
24
25 For more information, contact Simos Xenitellis <simos.lists@googlemail.com>