diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-09-11 00:15:15 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-09-11 00:15:15 +0300 |
commit | 324c3f1a5f1e99dff3f42831437b6625081737bd (patch) | |
tree | 9648f3a0f78cafb998fa85873d850add9350b5a7 /%HOME% | |
parent | full parameter names (diff) | |
download | linux-home-324c3f1a5f1e99dff3f42831437b6625081737bd.tar.gz linux-home-324c3f1a5f1e99dff3f42831437b6625081737bd.zip |
.bashrc: shut coredumpctl gdb up
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' |