diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-10-20 22:24:25 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-10-20 22:24:25 +0000 |
commit | 1a0e3627fa9197ee606e43baf674856c0e6c167f (patch) | |
tree | 0b43218edaa3c0ec06353c2e3dfa4c5ec293e844 /distrib/powerpc/miniroot | |
parent | e227041f27f974aec1a691f057f2adda16559be1 (diff) |
Enable history and emacs-stye command editing. A lot of this stuff
is not used but who knows what...
Diffstat (limited to 'distrib/powerpc/miniroot')
-rw-r--r-- | distrib/powerpc/miniroot/dot.profile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/distrib/powerpc/miniroot/dot.profile b/distrib/powerpc/miniroot/dot.profile index 603cd70ea87..1076ba966bf 100644 --- a/distrib/powerpc/miniroot/dot.profile +++ b/distrib/powerpc/miniroot/dot.profile @@ -30,10 +30,13 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export PATH -TERM=vt200 -export TERM +export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ +export HISTFILE=/.sh_history +export TERM=vt200 + +umask 022 + +set -o emacs # emacs-style command line editing # set up some sane defaults echo 'erase ^?, werase ^H, kill ^U, intr ^C' @@ -45,5 +48,4 @@ echo '' . /.instutils # run the installation script. -umask 022 install |