From 1a0e3627fa9197ee606e43baf674856c0e6c167f Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 20 Oct 1997 22:24:25 +0000 Subject: Enable history and emacs-stye command editing. A lot of this stuff is not used but who knows what... --- distrib/sparc/ramdisk/dot.profile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'distrib/sparc/ramdisk') diff --git a/distrib/sparc/ramdisk/dot.profile b/distrib/sparc/ramdisk/dot.profile index 04141ca0750..d6dfe14a250 100644 --- a/distrib/sparc/ramdisk/dot.profile +++ b/distrib/sparc/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.4 1997/05/25 22:56:41 grr Exp $ +# $OpenBSD: dot.profile,v 1.5 1997/10/20 22:24:15 millert Exp $ # $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $ # # Copyright (c) 1995 Jason R. Thorpe @@ -31,11 +31,13 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export PATH +export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ +export HISTFILE=/.sh_history umask 022 +set -o emacs # emacs-style command line editing + # XXX # the TERM/EDITOR stuff is really well enough parameterized to be moved # into install.sub where it could use the routines there and be invoked -- cgit v1.2.3