aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLibravatar sommerfeld <[email protected]>2026-04-17 10:53:26 +0100
committerLibravatar sommerfeld <[email protected]>2026-04-17 10:53:26 +0100
commit5156505f3bbc17ed3a8883a4097d1c40a3ed6f23 (patch)
tree8e603e15c6a19d17d88b0ca13a5799d3a77bfd8d
parent1159136ab17617d57ed87bae8c080e7994f65988 (diff)
downloaddotfiles-5156505f3bbc17ed3a8883a4097d1c40a3ed6f23.tar.gz
dotfiles-5156505f3bbc17ed3a8883a4097d1c40a3ed6f23.tar.bz2
dotfiles-5156505f3bbc17ed3a8883a4097d1c40a3ed6f23.zip
feat: add .zshenv bootstrap file
Sets ZDOTDIR so zsh finds .zprofile and .zshrc in XDG_CONFIG_HOME/zsh instead of requiring files in $HOME.
-rw-r--r--home/.zshenv2
1 files changed, 2 insertions, 0 deletions
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"