mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 17:10:59 +01:00
22816: Joerg Sommer: completion for pon.
This commit is contained in:
parent
68e6b673f7
commit
e4675cead4
2 changed files with 11 additions and 1 deletions
7
Completion/Unix/Command/_pon
Normal file
7
Completion/Unix/Command/_pon
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#compdef pon
|
||||
|
||||
provider=(/etc/ppp/peers/*(:t))
|
||||
|
||||
_arguments \
|
||||
'(-q --quick)'{-q,--quick}'[hangs up after all ip-up scripts are run]' \
|
||||
'1:provider to call:(${provider[@]})'
|
||||
Loading…
Add table
Add a link
Reference in a new issue