aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-02-12 23:09:08 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-02-12 23:09:08 +1300
commit57a8f123c17ad95b2a725a09cd4e3b8df526d57a (patch)
tree165cb5cd8cd13bf7f84c91c04c04fad22c02fe06 /bash
parentAdd mail(1)/mutt(1) abook address completion (diff)
downloaddotfiles-57a8f123c17ad95b2a725a09cd4e3b8df526d57a.tar.gz
dotfiles-57a8f123c17ad95b2a725a09cd4e3b8df526d57a.zip
More accurate commend for hostcomplete (turn off)
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