Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/skel put back a commented out EXINIT entry.



details:   https://anonhg.NetBSD.org/src/rev/91975af15d54
branches:  trunk
changeset: 770513:91975af15d54
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 19 14:42:37 2011 +0000

description:
put back a commented out EXINIT entry.

diffstat:

 etc/skel/dot.cshrc   |  7 +++++--
 etc/skel/dot.profile |  5 ++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diffs (47 lines):

diff -r f4a4adebcbc2 -r 91975af15d54 etc/skel/dot.cshrc
--- a/etc/skel/dot.cshrc        Wed Oct 19 11:27:26 2011 +0000
+++ b/etc/skel/dot.cshrc        Wed Oct 19 14:42:37 2011 +0000
@@ -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        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} \
diff -r f4a4adebcbc2 -r 91975af15d54 etc/skel/dot.profile
--- a/etc/skel/dot.profile      Wed Oct 19 11:27:26 2011 +0000
+++ b/etc/skel/dot.profile      Wed Oct 19 14:42:37 2011 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index