aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-07-25 13:37:10 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-07-25 13:37:10 +1200
commit59f38cdb98873750a1c1a4632ed6bb945e3b5299 (patch)
tree5dc3fb7a1d2e979c69088f949e23f5c506e19a23 /bash
parentShorthand for filetype specs (diff)
downloaddotfiles-59f38cdb98873750a1c1a4632ed6bb945e3b5299.tar.gz
dotfiles-59f38cdb98873750a1c1a4632ed6bb945e3b5299.zip
Prevent gdb from spitting its banner and license
Gets irritating after a while; much nicer to just type 'gdb' and get a prompt straight off.
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 59f8a5e1..67051833 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -147,6 +147,9 @@ alias sl='ls'
# I actually use ed now and then. Go figure.
alias ed='ed -p:'
+# Make gdb shut up.
+alias gdb='gdb -q'
+
# Decide on color for prompt.
if [[ $EUID -eq 0 ]]; then
COLOR_PROMPT=${COLOR_ROOT}