diff options
author | Clint Adams <clint@users.sourceforge.net> | 2002-04-12 23:22:57 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2002-04-12 23:22:57 +0000 |
commit | ed447dd9b743e922faf038620e7b05307bda14f8 (patch) | |
tree | e810400daf80d8f6c30aeab6a4383f57cca53e9d /Completion/Unix | |
parent | 0d4c01749c417a75bcc985177532cbda5dd416ae (diff) | |
download | zsh-ed447dd9b743e922faf038620e7b05307bda14f8.tar.gz zsh-ed447dd9b743e922faf038620e7b05307bda14f8.tar.xz zsh-ed447dd9b743e922faf038620e7b05307bda14f8.zip |
16972: complete for aaaa, zone, mx, soa, txt.
Diffstat (limited to 'Completion/Unix')
-rw-r--r-- | Completion/Unix/Type/_hosts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Type/_hosts b/Completion/Unix/Type/_hosts index fc2970cb9..a058b28da 100644 --- a/Completion/Unix/Type/_hosts +++ b/Completion/Unix/Type/_hosts @@ -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 |