diff options
author | Aaron LI <aly@aaronly.me> | 2023-06-13 09:54:11 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2023-06-13 10:05:04 +0800 |
commit | 1026630e30a65bb1326fe2262cbd4cab53867561 (patch) | |
tree | ecc828d99bd9c562a98d075da955d82386487e7d /_config | |
parent | 51ee7178d1e4d23913c2e3a6eba76de6ac02eeea (diff) | |
download | dotfiles-1026630e30a65bb1326fe2262cbd4cab53867561.tar.bz2 |
Diffstat (limited to '_config')
-rw-r--r-- | _config/gdb/gdbinit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config/gdb/gdbinit b/_config/gdb/gdbinit new file mode 100644 index 0000000..adb6d41 --- /dev/null +++ b/_config/gdb/gdbinit @@ -0,0 +1 @@ +set history save on |