aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 9deab6b9..65fefebd 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -47,6 +47,8 @@ shopt -s dotglob
shopt -s extglob
# Append rather than overwrite Bash history
shopt -s histappend
+# Don't use Bash's builtin host completion
+shopt -u hostcomplete
# Don't warn me about new mail all the time
shopt -u mailwarn
# Ignore me if I try to complete an empty line