diff options
Diffstat (limited to 'distrib/alpha/ramdisk')
-rw-r--r-- | distrib/alpha/ramdisk/dot.profile | 8 |
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 |