Running pkgx +yazi +lazygit
produces the error but swapping the order (pkgx +lazygit +yazi
) does not.
Also weird enough, this only happens on v2 and not on v1.

eval $(pkgx +yazi +lazygit)
eval $(pkgx +lazygit +yazi)
eval $(pkgx pkgx@1 +yazi +lazygit)
eval $(pkgx pkgx@1 +lazygit +yazi)