summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorDennis Lee <dennis@dennislee.xyz>2020-04-04 12:52:29 -0700
committerDennis Lee <dennis@dennislee.xyz>2020-04-04 12:52:29 -0700
commit2b572b2a89de8aca631de686e25f2f5d306a91bd (patch)
tree5859352fc120f92880a472bc4e0805dcae238803 /.profile
parentfa67562835fc4cfd8f87c2abc622b9c1b4358ffe (diff)
downloadeibhear-2b572b2a89de8aca631de686e25f2f5d306a91bd.tar.gz
eibhear-2b572b2a89de8aca631de686e25f2f5d306a91bd.tar.zst
eibhear-2b572b2a89de8aca631de686e25f2f5d306a91bd.zip
substitute $HOME/.local/share with $XDG_DATA_HOME
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 51b737a..0f4a835 100644
--- a/.profile
+++ b/.profile
@@ -22,7 +22,7 @@ export LESSHISTFILE="-"
export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc"
export INPUTRC="$XDG_CONFIG_HOME/inputrc"
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
-export PASSWORD_STORE_DIR="$HOME/.local/share/password-store"
+export PASSWORD_STORE_DIR="$XDG_DATA_HOME/password-store"
export TMUX_TMPDIR="$XDG_RUNTIME_DIR"
export ANDROID_SDK_HOME="$XDG_CONFIG_HOME/android"
export CARGO_HOME="$XDG_DATA_HOME/cargo"