Load password-store in zsh/all, so alfred-pass works
This commit is contained in:
parent
4f07adbb12
commit
11c834062c
2 changed files with 7 additions and 4 deletions
7
dot-config/zsh/all/pass.zsh
Normal file
7
dot-config/zsh/all/pass.zsh
Normal 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
|
|
@ -1,4 +0,0 @@
|
|||
#! zsh
|
||||
if [[ -z $PASSWORD_STORE_DIR ]]; then
|
||||
export PASSWORD_STORE_DIR=$XDG_DATA_HOME/pass
|
||||
fi
|
Loading…
Reference in a new issue