mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
10 lines
328 B
Plaintext
10 lines
328 B
Plaintext
|
#compdef tpkg-install tpkg-make tpkg-debarch tpkg-update tpkg-install-libc
|
||
|
|
||
|
local expl
|
||
|
|
||
|
(( CURRENT == 2 )) &&
|
||
|
_wanted target expl 'target platform' \
|
||
|
compadd alpha-linux arm-linux hppa-linux i{3..6}86-linux ia32-linux ia64-linux m68k-linux \
|
||
|
mipsel-linux mips-linux ppc-linux powerpc-linux sparc-linux s390-linux
|
||
|
|