Keychain command error
The keychain script (~/.zsh/zshrc.d/46-keychain.zsh) has an error:
"Too few parameters"
keychain --confirm --clear --noask --timeout 15 --eval --systemd --stop others --quiet --inherit local-once --agents gpg,ssh
Playing around with it I figured out that on my system it wants my SSH key filename and GPG key fingerprint at the end of the line. I don't know though if that's just on my system?
Once confirmed I'll update the instructions. I'm also currently trying to find a way to get the complete keychain script to fail quietly if it's not configured.