From a97d1cc4003479c595ea27832f5e86cadaa65838 Mon Sep 17 00:00:00 2001 From: tdro Date: Sun, 28 Mar 2021 02:54:27 -0400 Subject: .bash_profile: Add pass store directory --- .bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash_profile b/.bash_profile index 7f5b3c5..d627809 100644 --- a/.bash_profile +++ b/.bash_profile @@ -57,6 +57,7 @@ export LESSHISTFILE="$XDG_CACHE_HOME/less.history" export MANPAGER="vim -M +MANPAGER -" export MPLAYER_HOME="$XDG_CONFIG_HOME/mplayer" export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npmrc" +export PASSWORD_STORE_DIR="$XDG_CONFIG_HOME/pass" export PROMPT_COMMAND='cd .; history -a; history -n;' export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/pythonrc" export RUSTUP_HOME="$XDG_DATA_HOME/rustup" -- cgit v1.2.3