diff options
| author | 2026-04-17 10:53:26 +0100 | |
|---|---|---|
| committer | 2026-04-17 10:53:26 +0100 | |
| commit | 5156505f3bbc17ed3a8883a4097d1c40a3ed6f23 (patch) | |
| tree | 8e603e15c6a19d17d88b0ca13a5799d3a77bfd8d | |
| parent | 1159136ab17617d57ed87bae8c080e7994f65988 (diff) | |
| download | dotfiles-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/.zshenv | 2 |
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" |
