On Sat, 28 Mar 2020 23:04:39 +0100 "Nicolai Dagestad" <[email protected]> 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 */
