dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

.gdbinit (114B) [raw]


      1 # Save history, but do it globally
      2 set history save on
      3 set history size 10000
      4 set history filename ~/.gdb_history