Parent Directory | Revision Log
initial check-in
1 | gateway | 1.1 | # $Id: skel.cshrc,v 1.2 1998/04/20 11:41:33 luisgh Exp $ |
2 | # Luis Francisco González <luisgh@debian.org> based on that of Vadik Vygonets | ||
3 | # Please check /usr/doc/tcsh/examples/cshrc to see other possible values. | ||
4 | if ( $?prompt ) then | ||
5 | set autoexpand | ||
6 | set autolist | ||
7 | set cdpath = ( ~ ) | ||
8 | set pushdtohome | ||
9 | |||
10 | # Load aliases from ~/.alias | ||
11 | if ( -e ~/.alias ) source ~/.alias | ||
12 | |||
13 | endif |
MailToCvsAdmin">MailToCvsAdmin | ViewVC Help |
Powered by ViewVC 1.1.26 |