summaryrefslogtreecommitdiff
path: root/distrib/alpha/ramdisk
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-10-20 22:24:25 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-10-20 22:24:25 +0000
commit1a0e3627fa9197ee606e43baf674856c0e6c167f (patch)
tree0b43218edaa3c0ec06353c2e3dfa4c5ec293e844 /distrib/alpha/ramdisk
parente227041f27f974aec1a691f057f2adda16559be1 (diff)
Enable history and emacs-stye command editing. A lot of this stuff
is not used but who knows what...
Diffstat (limited to 'distrib/alpha/ramdisk')
-rw-r--r--distrib/alpha/ramdisk/dot.profile8
1 files changed, 5 insertions, 3 deletions
diff --git a/distrib/alpha/ramdisk/dot.profile b/distrib/alpha/ramdisk/dot.profile
index d3f64160e46..7b31ad30081 100644
--- a/distrib/alpha/ramdisk/dot.profile
+++ b/distrib/alpha/ramdisk/dot.profile
@@ -1,5 +1,5 @@
#
-# $OpenBSD: dot.profile,v 1.4 1997/07/31 17:10:13 millert Exp $
+# $OpenBSD: dot.profile,v 1.5 1997/10/20 22:23:59 millert Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -30,11 +30,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