]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Merge remote-tracking branch 'nocreeps/master'
authorSimon Ruderich <simon@ruderich.org>
Sat, 18 Feb 2012 22:34:35 +0000 (23:34 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 18 Feb 2012 22:34:35 +0000 (23:34 +0100)
gdbinit

diff --git a/gdbinit b/gdbinit
index 82811ca74c3c5d9b977e0907febdcab90e1b6cd1..4fdd8e63d826206f13d228d30b9cdb59e8703d25 100644 (file)
--- a/gdbinit
+++ b/gdbinit
@@ -18,7 +18,7 @@
 
 # Save command history.
 set history save on
-# And save 1024 entries.
-set history size 1024
+# And save more entries.
+set history size 10000
 
 # vim: ft=gdb