[Midnightbsd-cvs] src: dot.profile: set visual to vi for now.
    laffer1 at midnightbsd.org 
    laffer1 at midnightbsd.org
       
    Sat Sep 27 15:23:33 EDT 2008
    
    
  
Log Message:
-----------
set visual to vi for now.  We don't have emacs built in
Modified Files:
--------------
    src/share/skel:
        dot.profile (r1.6 -> r1.7)
-------------- next part --------------
Index: dot.profile
===================================================================
RCS file: /home/cvs/src/share/skel/dot.profile,v
retrieving revision 1.6
retrieving revision 1.7
diff -L share/skel/dot.profile -L share/skel/dot.profile -u -r1.6 -r1.7
--- share/skel/dot.profile
+++ share/skel/dot.profile
@@ -28,7 +28,7 @@
 BLOCKSIZE=K;	export BLOCKSIZE
 EDITOR=vi;   	export EDITOR
 PAGER=more;  	export PAGER
-VISUAL=emacs;	export VISUAL
+VISUAL=vi;	export VISUAL
 
 # set ENV to a file invoked each time sh is started for interactive use.
 if [ $SHELL = "/bin/ksh" ]; then
    
    
More information about the Midnightbsd-cvs
mailing list