summaryrefslogtreecommitdiff
path: root/shell/zprofile
diff options
context:
space:
mode:
Diffstat (limited to 'shell/zprofile')
-rw-r--r--shell/zprofile2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/zprofile b/shell/zprofile
index 5cff05c..50b31fe 100644
--- a/shell/zprofile
+++ b/shell/zprofile
@@ -4,6 +4,8 @@ export PATH=$PATH:$HOME/.cargo/bin/
# Local binaries / scripts
export PATH=$PATH:$HOME/.local/bin
+export XDG_CONFIG_HOME="$HOME/.config"
+
# zshrc directory
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"