# Functions
Homedir returns the users home dir or an empty string if the lookup fails.
Load will try to load the config from one of the default locations.
New creates a new config with sane default values.
PwStoreDir reads the password store dir from the environment or returns the default location ~/.password-store if the env is not set.
# Variables
ErrConfigNotFound is returned on load if the config was not found.
ErrConfigNotParsed is returned on load if the config could not be decoded.
# Structs
Config is the current config struct.
Pre140 is the gopass config structure before version 1.4.0.
StoreConfig is a per-store (root or mount) config.