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

Commits on Dec 31, 2022

  1. Fix: sh->zsh shebang to guarantee read .zshenv

    `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
    undg committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    9383f2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    116d14a View commit details
    Browse the repository at this point in the history