From: Oleg Broytman Date: Tue, 19 Apr 2016 09:30:55 +0000 (+0300) Subject: .gdbinit: set history filename X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=b1f63d13b62989f219a6361fc7b61279df841f98 .gdbinit: set history filename --- diff --git a/.gdbinit b/.gdbinit index b9beec1..5552f91 100644 --- a/.gdbinit +++ b/.gdbinit @@ -1,3 +1,4 @@ set history expansion on set history save on +set history filename ~/.gdb-history set print pretty