aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/bashrc b/bash/bashrc
index b456d966..166fc501 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -57,8 +57,8 @@ shopt -s histappend
shopt -s histreedit
# Load history expansion result as the next command, don't run them directly
shopt -s histverify
-# Use Bash's builtin hostname completion
-shopt -s hostcomplete
+# Don't assume a word with a @ in it is a hostname
+shopt -u hostcomplete
# Don't change newlines to semicolons in history
shopt -s lithist
# Don't try to tell me when my mail is read