From 5156505f3bbc17ed3a8883a4097d1c40a3ed6f23 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 17 Apr 2026 10:53:26 +0100 Subject: feat: add .zshenv bootstrap file Sets ZDOTDIR so zsh finds .zprofile and .zshrc in XDG_CONFIG_HOME/zsh instead of requiring files in $HOME. --- home/.zshenv | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 home/.zshenv (limited to 'home/.zshenv') diff --git a/home/.zshenv b/home/.zshenv new file mode 100644 index 0000000..c229a83 --- /dev/null +++ b/home/.zshenv @@ -0,0 +1,2 @@ +# Bootstrap: tell zsh where to find the rest of its config +export ZDOTDIR="$HOME/.config/zsh" -- cgit v1.2.3-70-g09d2