2020-09-11 06:52:39 +00:00
|
|
|
#!/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"
|
2021-12-18 09:33:15 +00:00
|
|
|
export PASSWORD_STORE_ENABLE_EXTENSIONS=true
|