/[cvs]/gateway/.cshrc
ViewVC logotype

Contents of /gateway/.cshrc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Fri Jan 24 19:43:04 2003 UTC (21 years, 3 months ago) by gateway
Branch: MAIN
CVS Tags: HEAD
initial check-in

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 RSS 2.0 feed