diff options
author | johannst <stoelp@eit.uni-kl.de> | 2017-04-02 12:06:28 +0200 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2017-04-02 12:06:28 +0200 |
commit | 75e72bfaddb16c6b9deb89c8b76a4267ee8c9436 (patch) | |
tree | 298aaba947562652cf4f981f684b05542fc95a6e /gdbinit | |
parent | 9956a6a94c164d1680c6dc450d370f6b38442bfa (diff) | |
download | dotfiles-75e72bfaddb16c6b9deb89c8b76a4267ee8c9436.tar.gz dotfiles-75e72bfaddb16c6b9deb89c8b76a4267ee8c9436.zip |
added gdbinit + installer; install default false for every config file
Diffstat (limited to 'gdbinit')
-rw-r--r-- | gdbinit | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +# dotfiles -- gdbinit +# author: johannst + +set history filename ~/.gdb_history +set history save on |