summaryrefslogtreecommitdiffstats
path: root/share/skel
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-05-11 19:15:17 +0000
committerwosch <wosch@FreeBSD.org>1996-05-11 19:15:17 +0000
commitd9e8138ee82cbdaa6fcf2afe5029cf04864ab0f1 (patch)
tree58a01cabcd12099642e57538dc051ee3093ed77b /share/skel
parentdc312961c41789c9e1932ec066d702345755927f (diff)
downloadFreeBSD-src-d9e8138ee82cbdaa6fcf2afe5029cf04864ab0f1.zip
FreeBSD-src-d9e8138ee82cbdaa6fcf2afe5029cf04864ab0f1.tar.gz
Add a comment how to enable the emacs command line editor
Diffstat (limited to 'share/skel')
-rw-r--r--share/skel/dot.profile7
1 files changed, 6 insertions, 1 deletions
diff --git a/share/skel/dot.profile b/share/skel/dot.profile
index d3b7603..78bc1d3 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
+
OpenPOWER on IntegriCloud