diff options
Diffstat (limited to 'misc/dotfiles/gdbinit')
-rw-r--r-- | misc/dotfiles/gdbinit | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/dotfiles/gdbinit b/misc/dotfiles/gdbinit new file mode 100644 index 0000000..eeb5e28 --- /dev/null +++ b/misc/dotfiles/gdbinit @@ -0,0 +1,2 @@ +set history save on +set history filename ~/.gdb_history |