aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/dig.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-28 20:56:52 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-28 20:56:52 +1300
commit62cf0d463e9171712ff3e4dcc18293adf50a1a94 (patch)
tree87f35f9410424c1c00d805d7715e47bf11083ba5 /bash/bash_completion.d/dig.bash
parentStart using Bash host completion (diff)
downloaddotfiles-62cf0d463e9171712ff3e4dcc18293adf50a1a94.tar.gz
dotfiles-62cf0d463e9171712ff3e4dcc18293adf50a1a94.zip
Add host completion for some common tools
Diffstat (limited to 'bash/bash_completion.d/dig.bash')
-rw-r--r--bash/bash_completion.d/dig.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/bash_completion.d/dig.bash b/bash/bash_completion.d/dig.bash
new file mode 100644
index 00000000..bdbd1cd8
--- /dev/null
+++ b/bash/bash_completion.d/dig.bash
@@ -0,0 +1,2 @@
+# Complete dig(1) with hostnames
+complete -A hostname dig