Set my PASSWORD_STORE_DIR in zsh login, since EnvPane seems to be having trouble setting it
This commit is contained in:
parent
1d321aa33c
commit
c1b1fbfe5d
1 changed files with 4 additions and 0 deletions
4
config/zsh/login/pass
Normal file
4
config/zsh/login/pass
Normal file
|
@ -0,0 +1,4 @@
|
|||
#! zsh
|
||||
if [[ -z $PASSWORD_STORE_DIR ]]; then
|
||||
export PASSWORD_STORE_DIR=$XDG_DATA_HOME/pass
|
||||
fi
|
Loading…
Reference in a new issue