summaryrefslogtreecommitdiff
path: root/shell/zprofile
diff options
context:
space:
mode:
authorJoshua Yun <joshua@joshuayun.com>2025-05-20 21:40:04 -0500
committerJoshua Yun <joshua@joshuayun.com>2025-05-20 21:40:04 -0500
commite3f187108c30ac5cdb6b0e1b7386ed0f640cd92b (patch)
treeb9658e60fd23a059dfd4e8a817937aba059c5960 /shell/zprofile
parent9b857f87d56197457bfce4d1a1474c79bf3f91d2 (diff)
downloadconfig-e3f187108c30ac5cdb6b0e1b7386ed0f640cd92b.tar.gz
feat: added zsh
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"