Added support for ZDOTDIR handling in Zsh shell initialization. by r00tdaemon · Pull Request #2712 · jetify-com/devbox

@r00tdaemon

Fixes jetify-com#1715 jetify-com#2297
This commit adds a patch to correctly handle ZDOTDIR env var for zsh.
Instead of copying .z* files directly, we now source them inside devbox
zsh config after setting ZDOTDIR to user's config dir. This makes sure any
user config referencing ZDOTDIR doesn't break.

savil

@r00tdaemon

@savil