Thanks you very much for the tips;
The .KSHRC is set up in this way
bash-3.00$ more .kshrc
set -o tabcomplete
set -o viraw
_TAB_Complete=1
the .profile file is configured as
# This is the default standard profile provided to a user.
# They are expected to edit it to meet their own needs.
SHELL=/bin/ksh
set -o vi-tabcomplete
set -o vi
set -o viraw
MAIL=/usr/mail/${LOGNAME:?}
how can i set the TAB completation and the history things?
--
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]