screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: screen - bash history


From: Lars Noodén
Subject: Re: screen - bash history
Date: Tue, 9 Nov 2021 12:02:53 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.2

On Sun, Nov 07, 2021 at 06:20:08PM +0400, Vishal Priyatham wrote:
   Thanks Robin for the reply.�
   looks like we lost the history then as the screen session killed
   now.� �
   Regards,
   Vishal

I would consider these options in .bashrc

shopt -s histappend
HISTSIZE=-1
HISTFILESIZE=-1

As per the Bash manual page.

/Lars



reply via email to

[Prev in Thread] Current Thread [Next in Thread]