aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-03-28 02:54:27 -0400
committertdro <tdro@users.noreply.github.com>2021-03-28 02:54:27 -0400
commita97d1cc4003479c595ea27832f5e86cadaa65838 (patch)
tree31d9298b83145984cf0e59db9588b94b5a5042f9
parent168f4bb0c81c19ef694220cecdf04190378b2208 (diff)
downloaddotfiles-a97d1cc4003479c595ea27832f5e86cadaa65838.tar.gz
dotfiles-a97d1cc4003479c595ea27832f5e86cadaa65838.tar.bz2
dotfiles-a97d1cc4003479c595ea27832f5e86cadaa65838.zip
.bash_profile: Add pass store directory
-rw-r--r--.bash_profile1
1 files changed, 1 insertions, 0 deletions
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"