<div dir="ltr"><div><div><div><div>Hello,<br><br></div>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 :<br><br>GNUPGHOME=/path/to/custom/gnupg/home/.gnupg<br>PASSWORD_STORE_DIR=/path/to/custon/pass/store/.password-store<br><br></div><div>I then noticed that bash autocompletion did not work for completing entries.<br></div><div>Reading the completion code seems to point that I missed a trailing /.<br></div><div>As a matter of fact, functions use compgen -f $prefix$cur and indeed<br><br>PASSWORD_STORE_DIR=/path/to/custon/pass/store/.password-store/ <br><br>did solve the problem.<br><br></div><div>I don't know if it's a packaging/distribution issue, an upstream issue or an issue at all.<br></div><div>It only seemed counter-intuitive to me to have a mandatory trailing / in an environment variable in such a case.<br><br></div><div>Thanks for your help and congratulations for the software.<br><br>--<br></div><div>Thomas H.<br></div><div><br></div></div></div><br></div>