diff options
Diffstat (limited to 'distrib/sparc/ramdisk/dot.profile')
-rw-r--r-- | distrib/sparc/ramdisk/dot.profile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/distrib/sparc/ramdisk/dot.profile b/distrib/sparc/ramdisk/dot.profile index 04141ca0750..d6dfe14a250 100644 --- a/distrib/sparc/ramdisk/dot.profile +++ b/distrib/sparc/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.4 1997/05/25 22:56:41 grr Exp $ +# $OpenBSD: dot.profile,v 1.5 1997/10/20 22:24:15 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 |