dotfiles

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

commit ff87d11d5539608a18f3844eadb5e46aaaba8e18
parent 9e6f0a03300375164f870cea46401dfde926f759
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat, 20 Oct 2018 12:34:24 +0200

Increased gdb default context

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

diff --git a/other-scripts/gdbinit b/other-scripts/gdbinit @@ -932,7 +932,7 @@ class Source(Dashboard.Module): return { 'context': { 'doc': 'Number of context lines.', - 'default': 5, + 'default': 10, 'type': int, 'check': check_ge_zero },