my work-around is to use the environment variable `GPG_SIGNING_KEY` and in my aliasrc, in my git() wrapper fn, call git with `-c user.signingkey "$GPG_SIGNING_KEY"`, but this obviously doesn't work in places where the aliasrc doesn't get sourced, e.g. scripts like [[git-stacked-rebase]] if they are ran standalone and not aliased under git