[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-404-g82325b3

David Paleino dapal at debian.org
Mon Jul 18 09:48:18 UTC 2011


The following commit has been merged in the master branch:
commit 82325b37a91343c19ec4067fca00153bd635bfc8
Author: David Paleino <dapal at debian.org>
Date:   Mon Jul 18 11:46:13 2011 +0200

    Revert "host, nslookup: Remove completions for bind utils from bash_completion."
    
    This reverts commit bd482ca2f221323aa461ca75c9457ec11f43570e.

diff --git a/bash_completion b/bash_completion
index f5ae06b..6297bb8 100644
--- a/bash_completion
+++ b/bash_completion
@@ -1466,7 +1466,8 @@ _known_hosts_real()
     return 0
 } # _known_hosts_real()
 complete -F _known_hosts traceroute traceroute6 tracepath tracepath6 ping \
-    ping6 fping fping6 telnet rsh rlogin ftp dig mtr ssh-installkeys showmount
+    ping6 fping fping6 telnet host nslookup rsh rlogin ftp dig mtr \
+    ssh-installkeys showmount
 
 # This meta-cd function observes the CDPATH variable, so that cd additionally
 # completes on directories under those specified in CDPATH.

-- 
bash-completion



More information about the Bash-completion-commits mailing list