diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-02-24 18:36:32 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-02-24 18:36:32 +0000 |
commit | 2b29e812468ae2f33a4d37e2e280b7080f11ee86 (patch) | |
tree | 15826a929d63c05081399d970e8caaf6d0ecdc23 /misc/dotfiles/gdbinit | |
parent | 505d0e3202677729f9c5a9c03cb5ddfd9faf6d78 (diff) | |
download | infra-2b29e812468ae2f33a4d37e2e280b7080f11ee86.tar.gz infra-2b29e812468ae2f33a4d37e2e280b7080f11ee86.tar.bz2 infra-2b29e812468ae2f33a4d37e2e280b7080f11ee86.zip |
Add simple dotfiles management playbook
Diffstat (limited to 'misc/dotfiles/gdbinit')
-rw-r--r-- | misc/dotfiles/gdbinit | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/dotfiles/gdbinit b/misc/dotfiles/gdbinit new file mode 100644 index 0000000..eeb5e28 --- /dev/null +++ b/misc/dotfiles/gdbinit @@ -0,0 +1,2 @@ +set history save on +set history filename ~/.gdb_history |