pub fn get_pgp_dir() -> Result<PathBuf, Error>Expand description
Returns the path to the local PGP keyring directory.
This resides in Zoi’s user data directory under pgps/. The directory is
created if it does not exist.
§Errors
Returns an error if the home directory cannot be found or the PGP directory cannot be created.