summaryrefslogtreecommitdiff
path: root/distrib/pc532/floppies/upgr
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-10-20 22:24:25 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-10-20 22:24:25 +0000
commit1a0e3627fa9197ee606e43baf674856c0e6c167f (patch)
tree0b43218edaa3c0ec06353c2e3dfa4c5ec293e844 /distrib/pc532/floppies/upgr
parente227041f27f974aec1a691f057f2adda16559be1 (diff)
Enable history and emacs-stye command editing. A lot of this stuff
is not used but who knows what...
Diffstat (limited to 'distrib/pc532/floppies/upgr')
-rw-r--r--distrib/pc532/floppies/upgr/dot.profile11
1 files changed, 6 insertions, 5 deletions
diff --git a/distrib/pc532/floppies/upgr/dot.profile b/distrib/pc532/floppies/upgr/dot.profile
index 5e62fae9684..c6c311d3ba5 100644
--- a/distrib/pc532/floppies/upgr/dot.profile
+++ b/distrib/pc532/floppies/upgr/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:27:02 deraadt Exp $
+# $Id: dot.profile,v 1.3 1997/10/20 22:24:11 millert Exp $
-PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
-export PATH
-TERM=pc3
-export TERM
+export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
+export HISTFILE=/.sh_history
+export TERM=pc3
umask 022
+set -o emacs # emacs-style command line editing
+
if [ "X${DONEPROFILE}" = "X" ]; then
DONEPROFILE=YES