On Wed, Mar 19, 2014 at 4:11 AM, Jan-Frode Myklebust <[email protected]>wrote: > > Next feature request would be to allow each team to have their own git > repository, instead of having everything in the same repo.. That would > allow me to use pass for managing both work and private passwords.
To have completely different password stores with different git repos, just set a different PASSWORD_STORE_DIR env var. You can do it with a bash alias even: alias mypass="PASSWORD_STORE_DIR=/home/blah/.mypass pass" alias yourpass="PASSWORD_STORE_DIR=/home/blah/.yourpass pass" You can also play with PASSWORD_STORE_GIT.
_______________________________________________ Password-Store mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/password-store
