pub fn get_pgp_dir() -> Result<PathBuf, Error>Expand description
Returns the path to the local PGP keyring directory.
This usually resides at ~/.zoi/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.