aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/nmap.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-28 21:38:52 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-28 21:38:52 +1300
commit66e73957af8561198dc6fc25ea739c1ce9128824 (patch)
tree377c7529253805959a76433a418fba58b60d8c1c /bash/bash_completion.d/nmap.bash
parentRemove resolved issue (diff)
downloaddotfiles-66e73957af8561198dc6fc25ea739c1ce9128824.tar.gz
dotfiles-66e73957af8561198dc6fc25ea739c1ce9128824.zip
Fix nc(1) completions, add nmap(1) completions
Diffstat (limited to 'bash/bash_completion.d/nmap.bash')
-rw-r--r--bash/bash_completion.d/nmap.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/bash_completion.d/nmap.bash b/bash/bash_completion.d/nmap.bash
new file mode 100644
index 00000000..7126ca68
--- /dev/null
+++ b/bash/bash_completion.d/nmap.bash
@@ -0,0 +1,2 @@
+# Complete nmap(1) with hostnames
+complete -A hostname nmap