feat(grfn/home): Save GDB history across invocations

Change-Id: Icb02d64b036c07f3ab5f41f3b2c714ec164c2b05
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3023
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Griffin Smith 2021-04-16 10:50:28 -04:00 committed by grfn
parent 46aa62449f
commit b090584af8

View file

@ -110,6 +110,14 @@ with lib;
};
};
home.file.".gdbinit".text = ''
set history filename ~/.gdb_history
set history save on
set history size unlimited
set history remove-duplicates unlimited
set history expansion on
'';
home.file.".psqlrc".text = ''
\set QUIET 1
\timing