summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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