diff options
Diffstat (limited to 'distrib/amiga')
-rw-r--r-- | distrib/amiga/miniroot/dot.profile | 8 | ||||
-rw-r--r-- | distrib/amiga/ramdisk/dot.profile | 8 |
2 files changed, 10 insertions, 6 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 diff --git a/distrib/amiga/ramdisk/dot.profile b/distrib/amiga/ramdisk/dot.profile index 393585d0cc5..bd136661a04 100644 --- a/distrib/amiga/ramdisk/dot.profile +++ b/distrib/amiga/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.1 1997/05/15 08:58:07 niklas Exp $ +# $OpenBSD: dot.profile,v 1.2 1997/10/20 22:24:02 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 |