summaryrefslogtreecommitdiff
path: root/distrib/amiga/miniroot/dot.profile
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/amiga/miniroot/dot.profile
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/amiga/miniroot/dot.profile')
-rw-r--r--distrib/amiga/miniroot/dot.profile8
1 files changed, 5 insertions, 3 deletions
diff --git a/distrib/amiga/miniroot/dot.profile b/distrib/amiga/miniroot/dot.profile
index 848dec5f2e7..220e2270691 100644
--- a/distrib/amiga/miniroot/dot.profile
+++ b/distrib/amiga/miniroot/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.2 1997/05/13 16:02:44 niklas Exp $
+# $OpenBSD: dot.profile,v 1.3 1997/10/20 22:24:01 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