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/hp300/ramdisk/dot.profile | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'distrib/hp300/ramdisk') diff --git a/distrib/hp300/ramdisk/dot.profile b/distrib/hp300/ramdisk/dot.profile index 7b0ce55124c..f7220081a60 100644 --- a/distrib/hp300/ramdisk/dot.profile +++ b/distrib/hp300/ramdisk/dot.profile @@ -1,5 +1,5 @@ # -# $OpenBSD: dot.profile,v 1.4 1997/10/13 07:47:21 downsj Exp $ +# $OpenBSD: dot.profile,v 1.5 1997/10/20 22:24:06 millert Exp $ # $NetBSD: dot.profile,v 1.1 1995/07/18 04:13:09 briggs Exp $ # # Copyright (c) 1994 Christopher G. Demetriou @@ -31,12 +31,14 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export PATH -TERM=hp300h -export TERM -HOME=/ -export HOME +export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ +export HISTFILE=/.sh_history +export TERM=hp300h +export HOME=/ + +umask 022 + +set -o emacs # emacs-style command line editing TMPWRITEABLE=/tmp/writeable @@ -61,5 +63,4 @@ fi . /.instutils # run the installation script. -umask 022 install -- cgit v1.2.3