Re: screen - bash history
Lars Noodén <[email protected]> Tue, 9 Nov 2021 12:02:53 +0200
| Newsgroups | gmane.comp.gnu.screen.user |
|---|---|
| Message-ID | <[email protected]> |
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