diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-12-19 15:07:29 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-12-19 15:07:29 +0000 |
| commit | cd4e617bfd289ddcc4fa1f55b3cbfdceb5100fd1 (patch) | |
| tree | ed66fd6a589273f800f18ccf93e9f1d24fede4bb /Completion/Unix/Command | |
| parent | 16364: further to 16351, except specials from having their value cleared (diff) | |
| download | zsh-cd4e617bfd289ddcc4fa1f55b3cbfdceb5100fd1.tar zsh-cd4e617bfd289ddcc4fa1f55b3cbfdceb5100fd1.tar.gz zsh-cd4e617bfd289ddcc4fa1f55b3cbfdceb5100fd1.tar.bz2 zsh-cd4e617bfd289ddcc4fa1f55b3cbfdceb5100fd1.tar.lz zsh-cd4e617bfd289ddcc4fa1f55b3cbfdceb5100fd1.tar.xz zsh-cd4e617bfd289ddcc4fa1f55b3cbfdceb5100fd1.tar.zst zsh-cd4e617bfd289ddcc4fa1f55b3cbfdceb5100fd1.zip | |
new ifconfig completion (16366)
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | Completion/Unix/Command/.distfiles | 2 | ||||
| -rw-r--r-- | Completion/Unix/Command/_ifconfig | 82 |
2 files changed, 83 insertions, 1 deletions
diff --git a/Completion/Unix/Command/.distfiles b/Completion/Unix/Command/.distfiles index b75c0ed42..53e22b502 100644 --- a/Completion/Unix/Command/.distfiles +++ b/Completion/Unix/Command/.distfiles @@ -15,5 +15,5 @@ _dd _gprof _lynx _perldoc _telnet _pine _dict _grep _lzop _prcs _tiff _elm _diff _gs _make _psutils _tin _apm _mail _last _loadkeys _modutils _ruby _sysctl _links _samba -_user_admin _rsync _arping _spamassassin _mtools +_user_admin _rsync _arping _spamassassin _mtools _ifconfig ' diff --git a/Completion/Unix/Command/_ifconfig b/Completion/Unix/Command/_ifconfig new file mode 100644 index 000000000..efd6e7707 --- /dev/null +++ b/Completion/Unix/Command/_ifconfig @@ -0,0 +1,82 @@ +#compdef ifconfig + +local context state line ret=1 +local -a opts args alias debug updownlist |
