--- src/share/skel/dot.shrc 2003/06/17 04:37:02 1.2 +++ src/share/skel/dot.shrc 2005/09/25 06:04:52 1.3 @@ -1,5 +1,5 @@ -# $FreeBSD: src/share/skel/dot.shrc,v 1.2 1999/08/28 00:21:54 peter Exp $ -# $DragonFly: src/share/skel/dot.shrc,v 1.1 2003/06/16 05:42:51 dillon Exp $ +# $FreeBSD: src/share/skel/dot.shrc,v 1.3 2002/07/23 12:28:16 jmallett Exp $ +# $DragonFly$ # # .shrc - bourne shell startup file # @@ -14,9 +14,13 @@ # # umask 022 -# Uncomment next line to enable the builtin emacs(1) command line editor -# in sh(1), e.g. C-a -> beginning-of-line. -# set -o emacs +# Enable the builtin emacs(1) command line editor in sh(1), +# e.g. C-a -> beginning-of-line. +set -o emacs + +# Uncomment this and comment the above to enable the builtin vi(1) command +# line editor in sh(1), e.g. ESC to go into visual mode. +# set -o vi # some useful aliases