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:
parent
46aa62449f
commit
b090584af8
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue