aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bashrc
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-09-11 00:15:15 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-09-11 00:15:15 +0300
commit324c3f1a5f1e99dff3f42831437b6625081737bd (patch)
tree9648f3a0f78cafb998fa85873d850add9350b5a7 /%HOME%/.bashrc
parentfull parameter names (diff)
downloadlinux-home-324c3f1a5f1e99dff3f42831437b6625081737bd.tar.gz
linux-home-324c3f1a5f1e99dff3f42831437b6625081737bd.zip
.bashrc: shut coredumpctl gdb up
Diffstat (limited to '%HOME%/.bashrc')
-rw-r--r--%HOME%/.bashrc1
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'