Module Name: src Committed By: christos Date: Wed Oct 19 14:42:37 UTC 2011
Modified Files: src/etc/skel: dot.cshrc dot.profile Log Message: put back a commented out EXINIT entry. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/etc/skel/dot.cshrc cvs rdiff -u -r1.7 -r1.8 src/etc/skel/dot.profile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/etc/skel/dot.cshrc diff -u src/etc/skel/dot.cshrc:1.6 src/etc/skel/dot.cshrc:1.7 --- src/etc/skel/dot.cshrc:1.6 Wed Oct 19 07:27:26 2011 +++ src/etc/skel/dot.cshrc Wed Oct 19 10:42:37 2011 @@ -1,4 +1,4 @@ -# $NetBSD: dot.cshrc,v 1.6 2011/10/19 11:27:26 dholland Exp $ +# $NetBSD: dot.cshrc,v 1.7 2011/10/19 14:42:37 christos Exp $ # # This is the default .cshrc file. # Users are expected to edit it to meet their own needs. @@ -15,6 +15,9 @@ # those editors must be installed before you can use them. setenv EDITOR vi +# vi settings: set show-match auto-indent always-redraw shift-width=4 +#setenv EXINIT "se sm ai redraw sw=4" + # VISUAL sets the "visual" editor, i.e., vi rather than ed, which if # set will be run by preference to $EDITOR by some software. It is # mostly historical and usually does not need to be set. @@ -26,7 +29,7 @@ setenv EDITOR vi #setenv PAGER more # Set your default printer, if desired. -#setenv PRINTER change-this-to-a-printer +#setenv PRINTER change-this-to-a-printer # Set the search path for programs. set path = (~/bin /bin /sbin /usr/{bin,sbin,X11R7/bin,X11R6/bin,pkg/{,s}bin,games} \ Index: src/etc/skel/dot.profile diff -u src/etc/skel/dot.profile:1.7 src/etc/skel/dot.profile:1.8 --- src/etc/skel/dot.profile:1.7 Wed Oct 19 07:27:26 2011 +++ src/etc/skel/dot.profile Wed Oct 19 10:42:37 2011 @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.7 2011/10/19 11:27:26 dholland Exp $ +# $NetBSD: dot.profile,v 1.8 2011/10/19 14:42:37 christos Exp $ # # This is the default .profile file. # Users are expected to edit it to meet their own needs. @@ -15,6 +15,9 @@ # those editors must be installed before you can use them. export EDITOR=vi +# vi settings: set show-match auto-indent always-redraw shift-width=4 +#export EXINIT="se sm ai redraw sw=4" + # VISUAL sets the "visual" editor, i.e., vi rather than ed, which if # set will be run by preference to $EDITOR by some software. It is # mostly historical and usually does not need to be set.