From fc95b7a30aaf9ecd81eb1e688bfe18db8cb5f3d7 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Sat, 11 May 1996 19:15:17 +0000 Subject: [PATCH] Add a comment how to enable the emacs command line editor --- share/skel/dot.profile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/share/skel/dot.profile b/share/skel/dot.profile index d3b76035f7a..78bc1d32827 100644 --- a/share/skel/dot.profile +++ b/share/skel/dot.profile @@ -1,6 +1,11 @@ -# $Id: dot.profile,v 1.9 1995/12/01 20:12:01 jkh Exp $ +# $Id: dot.profile,v 1.4 1995/12/01 20:13:42 jkh Exp $ # PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin export PATH TERM=cons25 export TERM + +# 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 +