Skip to content

Conversation

@samiulsami
Copy link
Contributor

@samiulsami samiulsami commented Jan 14, 2026

What does this PR do?

Per the zsh manual: "If $ZDOTDIR is unset, $HOME is used instead."

How did you verify your code works?

  • I ran the script and it installed correctly, respecting ZDOTDIR.
  • Tested with ZDOTDIR unset, set, and empty - all expand correctly
  • Confirmed users without ZDOTDIR get identical paths as before (no breaking change)
  • Tested file selection loop with temp files - correctly prioritizes ZDOTDIR over HOME

@github-actions
Copy link
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions
Copy link
Contributor

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

Signed-off-by: sami <samiulsami7786@gmail.com>
@rekram1-node rekram1-node merged commit 4d08123 into anomalyco:dev Jan 14, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Install script doesn't respect $ZDOTDIR for zsh config detection

2 participants