From 324c3f1a5f1e99dff3f42831437b6625081737bd Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 11 Sep 2021 00:15:15 +0300 Subject: .bashrc: shut coredumpctl gdb up --- %HOME%/.bashrc | 1 + 1 file changed, 1 insertion(+) (limited to '%HOME%') diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc index 9979721..3b350f3 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -56,6 +56,7 @@ alias ssh-copy-id='ssh-copy-id -i' # Shut GDB up: alias gdb='gdb -q' +alias coredumpctl='coredumpctl --debugger-arguments="-q"' # Group by 1 byte only with xxd: alias xxd='xxd -groupsize 1' -- cgit v1.2.3