From c1b1fbfe5dc8fbd517738701d6f7d320dbde6f5f Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 26 Jul 2018 09:13:54 +1000 Subject: [PATCH] Set my PASSWORD_STORE_DIR in zsh login, since EnvPane seems to be having trouble setting it --- config/zsh/login/pass | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config/zsh/login/pass diff --git a/config/zsh/login/pass b/config/zsh/login/pass new file mode 100644 index 0000000..570b011 --- /dev/null +++ b/config/zsh/login/pass @@ -0,0 +1,4 @@ +#! zsh +if [[ -z $PASSWORD_STORE_DIR ]]; then + export PASSWORD_STORE_DIR=$XDG_DATA_HOME/pass +fi