dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 0a773134581e81bc7a7756d31776324493162e4a
parent da93d38eb4e2552e9309885ee0e991f61c340d0d
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Fri,  5 Jul 2024 18:07:05 -0500

gdb: save history

Diffstat:
A.config/gdb/gdbinit | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.config/gdb/gdbinit b/.config/gdb/gdbinit @@ -0,0 +1,4 @@ +set history save on +set history size unlimited +set history remove-duplicates 1 +set history filename ~/.local/share/gdb/history