summaryrefslogtreecommitdiff
path: root/distrib/arc/ramdisk/dot.profile
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/arc/ramdisk/dot.profile')
-rw-r--r--distrib/arc/ramdisk/dot.profile11
1 files changed, 6 insertions, 5 deletions
diff --git a/distrib/arc/ramdisk/dot.profile b/distrib/arc/ramdisk/dot.profile
index be0a0925151..bc4a1caf665 100644
--- a/distrib/arc/ramdisk/dot.profile
+++ b/distrib/arc/ramdisk/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.2 1997/05/19 10:33:20 pefo Exp $
+# $OpenBSD: dot.profile,v 1.3 1997/10/20 22:24:21 millert Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -29,13 +29,14 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
-export PATH
-HOME=/
-export HOME
+export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
+export HISTFILE=/.sh_history
+export HOME=/
umask 022
+set -o emacs # emacs-style command line editing
+
if [ "X${DONEPROFILE}" = "X" ]; then
DONEPROFILE=YES