diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2002-08-19 14:59:49 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2002-08-19 14:59:49 +0000 |
commit | d23b879de0dff73ca6510bbdb9a6ffebbc0f4c7c (patch) | |
tree | 0ea63a4f3056d25a0212a19b34217b54bdcab361 /Completion/Unix | |
parent | 664395e56f162e15336abd386e1f0f7dc9dc0c11 (diff) | |
download | zsh-d23b879de0dff73ca6510bbdb9a6ffebbc0f4c7c.tar.gz zsh-d23b879de0dff73ca6510bbdb9a6ffebbc0f4c7c.tar.xz zsh-d23b879de0dff73ca6510bbdb9a6ffebbc0f4c7c.zip |
complete for ifup and ifdown commands
Diffstat (limited to 'Completion/Unix')
-rw-r--r-- | Completion/Unix/Type/_net_interfaces | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Type/_net_interfaces b/Completion/Unix/Type/_net_interfaces index cbd419ad8..8897d427f 100644 --- a/Completion/Unix/Type/_net_interfaces +++ b/Completion/Unix/Type/_net_interfaces @@ -1,4 +1,4 @@ -#autoload +#compdef ifup ifdown local expl list intf sep local -a disp |