zsh/dot-config/zsh/login/pass.zsh

5 lines
95 B
Bash

#! zsh
if [[ -z $PASSWORD_STORE_DIR ]]; then
export PASSWORD_STORE_DIR=$XDG_DATA_HOME/pass
fi