home-manager(gdbinit): enable unified history
This commit is contained in:
parent
9cca2e6958
commit
3d7b7f0923
@ -218,6 +218,10 @@ in {
|
|||||||
".gdbinit" = {
|
".gdbinit" = {
|
||||||
text = ''
|
text = ''
|
||||||
set auto-load safe-path /nix/store
|
set auto-load safe-path /nix/store
|
||||||
|
set history save on
|
||||||
|
set history size 10000
|
||||||
|
set history remove-duplicates 100
|
||||||
|
set history filename ~/.gdb_history
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user