Sign in
fuchsia
/
fuchsia
/
099dfaa57f8e77a17e57e89b07604f2a4d648410
/
.
/
scripts
/
zsh-completion
/
_fx_verify-build-packages
blob: 2d6a6d20e300ee15c74fbe816e3c9b5354e0b0a3 [
file
] [
log
] [
blame
]
if
((
$CURRENT
==
2
));
then
local
vendors
=
$
(
cd $
{
FUCHSIA_DIR
}
>
/dev/
null
2
>&
1
;
ls
-
1d
vendor
/*(/N) | grep -v third_party)
compadd garnet $vendors
fi