diff options
author | Joshua Yun <joshua@joshuayun.com> | 2025-05-20 21:40:04 -0500 |
---|---|---|
committer | Joshua Yun <joshua@joshuayun.com> | 2025-05-20 21:40:04 -0500 |
commit | e3f187108c30ac5cdb6b0e1b7386ed0f640cd92b (patch) | |
tree | b9658e60fd23a059dfd4e8a817937aba059c5960 /shell/zprofile | |
parent | 9b857f87d56197457bfce4d1a1474c79bf3f91d2 (diff) | |
download | config-e3f187108c30ac5cdb6b0e1b7386ed0f640cd92b.tar.gz |
feat: added zsh
Diffstat (limited to 'shell/zprofile')
-rw-r--r-- | shell/zprofile | 2 |
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" |