Hello, I'm using pass v1.6.5 on Ubuntu 16.04.2 LTS using an alternate (non default) store directory and an alternate gnupg directory. In order to do that, I set up 2 environment vars :
GNUPGHOME=/path/to/custom/gnupg/home/.gnupg PASSWORD_STORE_DIR=/path/to/custon/pass/store/.password-store I then noticed that bash autocompletion did not work for completing entries. Reading the completion code seems to point that I missed a trailing /. As a matter of fact, functions use compgen -f $prefix$cur and indeed PASSWORD_STORE_DIR=/path/to/custon/pass/store/.password-store/ did solve the problem. I don't know if it's a packaging/distribution issue, an upstream issue or an issue at all. It only seemed counter-intuitive to me to have a mandatory trailing / in an environment variable in such a case. Thanks for your help and congratulations for the software. -- Thomas H.
_______________________________________________ Password-Store mailing list [email protected] https://lists.zx2c4.com/mailman/listinfo/password-store
