From e3f187108c30ac5cdb6b0e1b7386ed0f640cd92b Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Tue, 20 May 2025 21:40:04 -0500 Subject: feat: added zsh --- shell/zprofile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell') 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" -- cgit v1.2.3