dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 8d505d1c741fcf1995adea58480f0b54bcd32bcb
parent 95f71d6d992c25685e65436a13f5d1e0b17ad125
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Tue, 13 Nov 2018 20:24:12 +0100

Disable gdb startup with shell

Diffstat:
Mother-scripts/gdbinit | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/other-scripts/gdbinit b/other-scripts/gdbinit @@ -1,3 +1,4 @@ +set startup-with-shell off python # GDB dashboard - Modular visual interface for GDB in Python.