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!: get/set env variables via env table #294

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

Conversation

TorchedSammy
Copy link
Member

this is a breaking change. only merge this on a new major version (hilbish 3)

this removes the old "virtual global table" which allows getting environment variables via just their names in lua.

this means:
an environment variable (like TERM) would need to be accessed via the env table instead of just using TERM in lua.

TERM -> env.TERM
they can also be set via `env.VARIABLE = 'value'

  • I have documented changes and additions in the CHANGELOG.md.

this removes the old "virtual global table" which allows
getting environment variables via just their names in lua.

this means:
an environment variable (like TERM) would need to be accessed
via the `env` table instead of just using TERM in lua.

`TERM` -> `env.TERM`
they can also be set via `env.VARIABLE = 'value'
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.

1 participant