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 sh->zsh shebang to guarantee read .zshenv #92

Merged
merged 2 commits into from
Dec 31, 2022

Conversation

undg
Copy link
Contributor

@undg undg commented Dec 31, 2022

ZDOTDIR is allowing to change directory for .zshrc file. It should be set in ~/.zshev

Reading .zshenv is done automatically only in zsh shell. Not all systems are symlinking /bin/sh -> zsh, some are pointing it to bash (by default) some more exotic ones can point to whatever.

should fix issue #70

`ZDOTDIR` is allowing to change directory for `.zshrc` file. It should be set in
`/env/zshev` or `~/.zshev`

Reading .zshenv is done automatically only in zsh shell. Not all systems are
symlinking /bin/sh -> zsh, some are pointing it to bash (by default)
some more exotic ones can point to whatever.

zap-zsh#70
@ChristianChiarulli ChristianChiarulli merged commit 3a925f7 into zap-zsh:master Dec 31, 2022
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.

2 participants