diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-09-06 17:44:08 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-09-06 17:44:08 +0300 |
commit | 396fbb355b534c4c21322fbc2fb1134df372daad (patch) | |
tree | 0350e7cd33b450abb72efd2f8e0a9788944a958a | |
parent | .bashrc: remove ranger & Tilix configuration (diff) | |
download | linux-home-396fbb355b534c4c21322fbc2fb1134df372daad.tar.gz linux-home-396fbb355b534c4c21322fbc2fb1134df372daad.zip |
add GDB config
-rw-r--r-- | %HOME%/.gdbinit | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/%HOME%/.gdbinit b/%HOME%/.gdbinit new file mode 100644 index 0000000..fde728e --- /dev/null +++ b/%HOME%/.gdbinit @@ -0,0 +1,2 @@ +# Disable the stupid <RET>/q/c prompt: +set pagination off |