diff --git a/pass/.config/sh/env.d/pass-xdg.sh b/pass/.config/sh/env.d/pass-xdg.sh new file mode 100644 index 0000000..e9f38f6 --- /dev/null +++ b/pass/.config/sh/env.d/pass-xdg.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env sh +# Make pass comply with xdg base dir specification, +# usually password store will be found in ~/.local/share/pass + +export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass"