less gdb options

This commit is contained in:
twoneis 2024-02-24 14:51:13 +01:00
parent 8323412415
commit 67495214a5
5 changed files with 1 additions and 261 deletions

View file

@ -1,12 +1,7 @@
{ ... }: {
home.file = {
".gef.rc" = {
# source = ./gef-for-c;
source = ./gef-for-asm;
};
".gdbinit" = {
# source = ./gdb-for-c;
source = ./gdb-for-asm;
source = ./gdbinit;
};
};
}