From: short <> Date: Sat, 20 Aug 2005 08:50:54 +0000 (+0000) Subject: Fixed history saving settings. X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=9a428829240a05b3d43e2ff12c0526793b55c4c6 Fixed history saving settings. --- diff --git a/.gdbinit b/.gdbinit index 68597bf..1ac14b6 100644 --- a/.gdbinit +++ b/.gdbinit @@ -1,6 +1,6 @@ -# Appears to be a default everywhere now: +# See .bashrc: export GDBHISTFILE="$HOME/.gdb_history" #set history filename /home/lace/.gdb_history -#set history save on +set history save on define rt break $arg0 run