You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make zsh-quickstart-kit ZDOTDIR-aware and nounset-resilient\n\n- Use ${ZDOTDIR:-/Users/s-a-c} for config paths\n- Guard unset vars with ${VAR-}/${VAR:-default}/(( ${+VAR} ))\n- Preserve behavior when ZDOTDIR unset
0 commit comments