aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-07-30 00:53:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-07-30 00:53:17 +1200
commitf7bff15bee0ef4ec3180474e5ddbe266ec90753d (patch)
treecffc9bd7118e88e28ee8f1d07636d60855feb4a2
parentRemove now-unneeded tmux environment management (diff)
downloaddotfiles-f7bff15bee0ef4ec3180474e5ddbe266ec90753d.tar.gz
dotfiles-f7bff15bee0ef4ec3180474e5ddbe266ec90753d.zip
Use long GDB option
-rw-r--r--sh/shrc.d/gdb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/shrc.d/gdb.sh b/sh/shrc.d/gdb.sh
index ec9d4137..4fb459cb 100644
--- a/sh/shrc.d/gdb.sh
+++ b/sh/shrc.d/gdb.sh
@@ -1,4 +1,4 @@
# Don't print the GDB copyright message on every invocation
gdb() {
- command gdb -q "$@"
+ command gdb --quiet "$@"
}