99designs/keyring

Default pass dir should try PASSWORD_STORE_DIR first.

merrickluo opened this issue · 0 comments

pass.dir = filepath.Join(os.Getenv("HOME"), ".password-store")

The environment variable PASSWORD_STORE_DIR is used to override the password storage directory, see https://git.zx2c4.com/password-store/about/