X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gdbinit;h=4fdd8e63d826206f13d228d30b9cdb59e8703d25;hb=bfc6b7009bb8ea8be36faab8e8f558b82fdb4cb4;hp=82811ca74c3c5d9b977e0907febdcab90e1b6cd1;hpb=e349e63ff67381f4e56aba418ceb876e1dd3b902;p=config%2Fdotfiles.git diff --git a/gdbinit b/gdbinit index 82811ca..4fdd8e6 100644 --- a/gdbinit +++ b/gdbinit @@ -18,7 +18,7 @@ # Save command history. set history save on -# And save 1024 entries. -set history size 1024 +# And save more entries. +set history size 10000 # vim: ft=gdb