From: short <> Date: Sun, 7 Aug 2005 00:51:11 +0000 (+0000) Subject: Disable setting fixed history filename as it is now default. X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=b5527eeeccc01a574b1324038527f0be786b73d2 Disable setting fixed history filename as it is now default. - Constant value was not $USER adaptable. --- diff --git a/.gdbinit b/.gdbinit index f27eca6..68597bf 100644 --- a/.gdbinit +++ b/.gdbinit @@ -1,5 +1,6 @@ -set history filename /home/lace/.gdb_history -set history save on +# Appears to be a default everywhere now: +#set history filename /home/lace/.gdb_history +#set history save on define rt break $arg0 run