mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add a comment how to enable the emacs command line editor
This commit is contained in:
parent
afc417e07b
commit
fc95b7a30a
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue