Load password-store in zsh/all, so alfred-pass works

This commit is contained in:
Danielle McLean 2024-07-09 10:41:27 +10:00
parent 4f07adbb12
commit 11c834062c
Signed by: 00dani
GPG key ID: 6854781A0488421C
2 changed files with 7 additions and 4 deletions

View file

@ -0,0 +1,7 @@
#! zsh
if [[ -z $PASSWORD_STORE_DIR ]]; then
export PASSWORD_STORE_DIR=$XDG_DATA_HOME/pass
fi
if [[ -z $PASSWORD_STORE_GENERATED_LENGTH ]]; then
export PASSWORD_STORE_GENERATED_LENGTH=50
fi

View file

@ -1,4 +0,0 @@
#! zsh
if [[ -z $PASSWORD_STORE_DIR ]]; then
export PASSWORD_STORE_DIR=$XDG_DATA_HOME/pass
fi