summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-22 02:06:22 -0400
committerJesse Luehrs <doy@tozt.net>2013-08-03 19:28:05 -0400
commit6ddc9e3f124403c4e16aaf7b26030aa7c53ef156 (patch)
tree3b3a5be44e500fe3093f3bba66d58470c02b7c9f
parent2b031fe2298b8a5792169906984face56fb30516 (diff)
downloadconf-6ddc9e3f124403c4e16aaf7b26030aa7c53ef156.tar.gz
conf-6ddc9e3f124403c4e16aaf7b26030aa7c53ef156.zip
make gdb preserve readline history
-rw-r--r--Makefile1
-rw-r--r--gdbinit2
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b489646..abf5483 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ INSTALL = abcde.conf \
conkyrc \
crawlrc \
env \
+ gdbinit \
gitconfig \
gitignore \
gtkrc \
diff --git a/gdbinit b/gdbinit
new file mode 100644
index 0000000..a9b6f34
--- /dev/null
+++ b/gdbinit
@@ -0,0 +1,2 @@
+set history filename ~/.gdb_history
+set history save