aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-25 17:47:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-25 17:47:26 +1200
commitdba70648bc8a83e2021ca0f826f99658deb64530 (patch)
tree9216940481c4ccd9cae1e5f33120f500ab4e9894 /bash/bashrc
parentUse closer PGP server (diff)
downloaddotfiles-dba70648bc8a83e2021ca0f826f99658deb64530.tar.gz
dotfiles-dba70648bc8a83e2021ca0f826f99658deb64530.zip
Don't bother reading files for host completion
Diffstat (limited to 'bash/bashrc')
-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