diff options
Diffstat (limited to 'distrib/pc532/floppies/inst/dot.profile')
-rw-r--r-- | distrib/pc532/floppies/inst/dot.profile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/distrib/pc532/floppies/inst/dot.profile b/distrib/pc532/floppies/inst/dot.profile index 44532b4f87e..98b937d4f38 100644 --- a/distrib/pc532/floppies/inst/dot.profile +++ b/distrib/pc532/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.2 1996/09/05 21:26:47 deraadt Exp $ +# $Id: dot.profile,v 1.3 1997/10/20 22:24:10 millert Exp $ -PATH=/sbin:/bin:/usr/bin:/usr/sbin:/usr/games:/ -export PATH -TERM=vt100 -export TERM +export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/usr/games:/ +export HISTFILE=/.sh_history +export TERM=vt100 umask 022 +set -o emacs # emacs-style command line editing + if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES |