Subject: Re: New Pmax installation...
To: None <LFessen106@aol.com>
From: None <jkunz@unixag-kl.fh-kl.de>
List: port-pmax
Date: 02/11/2001 20:00:44
On 11 Feb, LFessen106@aol.com wrote:

> How do I set up for command autocompletion using the tab key? 
chsh(1) to ksh(1) and put 

if [ ${0##*[-/]} = "ksh" ] ; then
        PS1="[$USER@`hostname` "'${PWD##*/}]$ '
        VISUAL=emacs
        bind ^I=complete
fi

in your .profile.

> How do I fix vt100 emulation for console? 
> backspace key isn't mapped correctly and gives ^H's..
Is your $TERM set correct? 
-- 



tschüß,
         Jochen

Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/