aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc')
-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}