Skip to content

Commit cbec56c

Browse files
foutrelisscop
authored andcommitted
feat: set up drill to be completed by _known_hosts
Included with the ldns library, the drill tool is similar to dig and is used for DNS lookups. As such, it greatly benefits from host completion.
1 parent 317133b commit cbec56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash_completion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2186,7 +2186,7 @@ _known_hosts_real()
21862186

21872187
} # _known_hosts_real()
21882188
complete -F _known_hosts traceroute traceroute6 \
2189-
fping fping6 telnet rsh rlogin ftp dig mtr ssh-installkeys showmount
2189+
fping fping6 telnet rsh rlogin ftp dig drill mtr ssh-installkeys showmount
21902190

21912191
# This meta-cd function observes the CDPATH variable, so that cd additionally
21922192
# completes on directories under those specified in CDPATH.

0 commit comments

Comments
 (0)