Skip to content

Update to use .zshenv over .zshrc #71

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

Closed
wants to merge 1 commit into from

Conversation

scaryrawr
Copy link
Member

@scaryrawr scaryrawr commented Mar 21, 2025

.zshenv is sourced by all zsh shells (interactive/non-interactive/login).
Where .zshrc is only sourced by interactive shells.

To prevent users from having to be aware of auth wrappers,
using .zshenv will help reduce friction for users.

This should help with #55, but only for zsh.

`.zshenv` is sourced by all zsh shells (interactive/non-interactive/login).
Where `.zshrc` is only sourced by interactive shells.

To prevent users from having to be aware of auth wrappers,
using `.zshenv` will help reduce friction for users.
@markphip
Copy link
Contributor

Is this replaced by #72 ?

@scaryrawr scaryrawr closed this Mar 24, 2025
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