diff options
Diffstat (limited to 'distrib/arm32/floppies/inst/dot.profile')
-rw-r--r-- | distrib/arm32/floppies/inst/dot.profile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/distrib/arm32/floppies/inst/dot.profile b/distrib/arm32/floppies/inst/dot.profile index a1944936935..cf169985719 100644 --- a/distrib/arm32/floppies/inst/dot.profile +++ b/distrib/arm32/floppies/inst/dot.profile @@ -27,15 +27,16 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: dot.profile,v 1.1 1996/09/05 21:26:18 deraadt Exp $ +# $Id: dot.profile,v 1.2 1997/10/20 22:24:16 millert Exp $ -PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export PATH -TERM=vt100 -export TERM +export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ +export HISTFILE=/.sh_history +export TERM=vt100 umask 022 +set -o emacs # emacs-style command line editing + if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES |