Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] install.sh: install looks for .zshenv #3365

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 30, 2024

  1. [Fix] install.sh: install looks for .zshenv

    A zsh user may have set `ZDOTDIR` to something other than `$HOME`, in which case the profile and rc files will not be located under `$HOME`. But unless the system `zshenv` has done something unusual, it is usually a safe bet that there will be a `$HOME/.zshenv` that, if nothing else, will be setting up `ZDOTDIR`.
    mrdomino authored and ljharb committed May 30, 2024
    Configuration menu
    Copy the full SHA
    c106455 View commit details
    Browse the repository at this point in the history