diff options
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
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' |