On Tue, Mar 13, 2012, Hugo Villeneuve wrote: > On Mon, Mar 12, 2012 at 01:03:54PM +0200, lilit-aibolit wrote:
> > export HISTFILE=~/.sh_history
> Because last time I tried, it was unusable if you ran more than two
> session concurently, as both shell would use the same file directly
Maybe try something like this?
HISTFILE=${HOME%/}/.ksh_hist.$$

