mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-10 00:31:07 +02:00
16972: complete for aaaa, zone, mx, soa, txt.
This commit is contained in:
parent
0d4c01749c
commit
ed447dd9b7
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2002-04-12 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
|
* 16972: Completion/Unix/Type/_hosts: complete for aaaa, zone, mx,
|
||||||
|
soa, txt.
|
||||||
|
|
||||||
2002-04-09 Felix Rosencrantz <f_rosencrantz@yahoo.com>
|
2002-04-09 Felix Rosencrantz <f_rosencrantz@yahoo.com>
|
||||||
|
|
||||||
* 16955: Completion/Unix/Type/.distfiles,
|
* 16955: Completion/Unix/Type/.distfiles,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#compdef ftp ping rwho rup xping traceroute host
|
#compdef ftp ping rwho rup xping traceroute host aaaa zone mx ns soa txt
|
||||||
|
|
||||||
local expl hosts
|
local expl hosts
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue