Re: Retain shell history in a guix container

2022-10-03 Thread zimoun
Hi, On Sun, 02 Oct 2022 at 19:21, jgart wrote: > Does anyone know how I can retain the shell history in a guix > container? Is it not from the configuration of your Shell you use? For instance, it is the file ~/.bash_history. Cheers, simon

Re: Retain shell history in a guix container

2022-10-03 Thread Ricardo Wurmus
jgart writes: > Does anyone know how I can retain the shell history in a guix container? Make the shell write its history to a location that exists outside of the container. -- Ricardo