diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-10-20 22:24:25 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-10-20 22:24:25 +0000 |
commit | 1a0e3627fa9197ee606e43baf674856c0e6c167f (patch) | |
tree | 0b43218edaa3c0ec06353c2e3dfa4c5ec293e844 /distrib/hp300/ramdisk | |
parent | e227041f27f974aec1a691f057f2adda16559be1 (diff) |
Enable history and emacs-stye command editing. A lot of this stuff
is not used but who knows what...
Diffstat (limited to 'distrib/hp300/ramdisk')
-rw-r--r-- | distrib/hp300/ramdisk/dot.profile | 17 |
1 files changed, 9 insertions, 8 deletions
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 |