X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/60bc5dda06df0ce027a21404149e13c3567d1335..d4b51f09d83f75a663c5711af77e0e6da40764a9:/zshenv diff --git a/zshenv b/zshenv index fdb7e2f..e939573 100644 --- a/zshenv +++ b/zshenv @@ -5,7 +5,7 @@ export XDG_DATA_HOME="$HOME/.local/share" export XDG_CACHE_HOME="$HOME/.cache" export HOST=$(hostname) -if [[ $+commands[systemctl] ]]; then +if hash systemctl 2>/dev/null; then systemctl --user import-environment \ XDG_CACHE_HOME \ XDG_CONFIG_HOME \ @@ -39,3 +39,6 @@ export MPLAYER_HOME="$XDG_CONFIG_HOME/mplayer" # gpg export GNUPGHOME="$XDG_CONFIG_HOME/gnupg" + +# pass +export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass"