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/mvme68k/ramdisk/dot.profile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'distrib/mvme68k/ramdisk') diff --git a/distrib/mvme68k/ramdisk/dot.profile b/distrib/mvme68k/ramdisk/dot.profile index 7ef22aae40e..acc6e68391d 100644 --- a/distrib/mvme68k/ramdisk/dot.profile +++ b/distrib/mvme68k/ramdisk/dot.profile @@ -30,10 +30,13 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export PATH -TERM=vt200 -export TERM +export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ +export HISTFILE=/.sh_history +export TERM=vt200 + +umask 022 + +set -o emacs # emacs-style command line editing # set up some sane defaults echo 'erase ^?, werase ^H, kill ^U, intr ^C' @@ -47,5 +50,4 @@ echo '' mount -u /dev/rd0a / # run the installation script. -umask 022 install -- cgit v1.2.3