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

Make implicitly global parameter declarations local #173

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

Commits on Mar 23, 2022

  1. Make implicitly global parameter declarations local

    These parameters were not explictly marked as local, which causes zsh to
    make them global by default. This is presumably unintended, and pollutes
    the environment, so they have been explicitly made local in the manner
    already present in the file.
    
    These parameters were found using the zsh option WARN_CREATE_GLOBAL.
    There may be other implicit global parameters present, as it only
    displays a warning when the relevant code is evaluated.
    Saklad5 committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    d2f992f View commit details
    Browse the repository at this point in the history