summaryrefslogtreecommitdiffstats
path: root/share/skel
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2017-01-22 21:31:32 +0000
committerjilles <jilles@FreeBSD.org>2017-01-22 21:31:32 +0000
commitf5aa426be29b9dc7f199fe1b69615b566dba36e6 (patch)
tree0a60eff44a31598098428cbe006d5d9978b133db /share/skel
parent9572deaf4c2955f1148165eeaf3c8731c72dfc61 (diff)
downloadFreeBSD-src-f5aa426be29b9dc7f199fe1b69615b566dba36e6.zip
FreeBSD-src-f5aa426be29b9dc7f199fe1b69615b566dba36e6.tar.gz
MFC r312230: skel: Do not set -o emacs in .shrc.
sh has defaulted to 'set -o emacs' since FreeBSD 9.0. Therefore, do not set this again in .shrc, since that only serves to prevent invocations like 'sh -o vi' and 'sh +o emacs' to have the intended effect. PR: 215958 Submitted by: Andras Farkas
Diffstat (limited to 'share/skel')
-rw-r--r--share/skel/dot.shrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/share/skel/dot.shrc b/share/skel/dot.shrc
index ea32f35..e66c0ab 100644
--- a/share/skel/dot.shrc
+++ b/share/skel/dot.shrc
@@ -13,10 +13,6 @@
#
# umask 022
-# 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
OpenPOWER on IntegriCloud