XDG Base Directory Specification

Serpent7776 serpent7776 at gmail.com
Sun Mar 29 13:37:44 CEST 2020


On Sat, 28 Mar 2020 23:04:39 +0100
"Nicolai Dagestad" <nicolai at dagestad.fr> wrote:

> Hi,
> 
> I was wondering if there was any interest in a patch to make pass follow the
> XDG Base Directory Specifiaction ?
> 
> I know you already can set PASSWORD_STORE_DIR but I already have to way many
> environment variable, it would be nice to not have to pipe env through less 
> in the tty x)
> 

You can set up a local alias instead of setting env variable for all
applications:
for bash that would probably be

alias pass='env PASSWORD_STORE_DIR=/some/dir pass'

HTH
-- 
/*
 * Serpent7776
 */


More information about the Password-Store mailing list