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

Implement exec.env-variables #156

Closed
nikitabobko opened this issue Feb 10, 2024 · 2 comments
Closed

Implement exec.env-variables #156

nikitabobko opened this issue Feb 10, 2024 · 2 comments

Comments

@nikitabobko
Copy link
Owner

nikitabobko commented Feb 10, 2024

Concept:

exec.inherit-env-variables = true
[exec.env-variables]
PATH = '/opt/homebrew/bin:/opt/homebrew/sbin:${PATH}'
@nikitabobko nikitabobko changed the title Implement exec-env-variables Implement exec.env-variables Feb 10, 2024
@nikitabobko nikitabobko changed the title Implement exec.env-variables Implement exec.override-env-variables Feb 10, 2024
@nikitabobko nikitabobko changed the title Implement exec.override-env-variables Implement exec.env-variables Mar 1, 2024
@nikitabobko nikitabobko added this to the 0.9.0-Beta milestone Mar 1, 2024
@nikitabobko
Copy link
Owner Author

Alternative:

exec.inherit-env-variables = true
[exec.env-variables]
PATH = '/opt/homebrew/bin:/opt/homebrew/sbin:$PATH$'

Future possibilities:

[exec.env-variables]
PATH = { value = '/opt/homebrew/bin:/opt/homebrew/sbin:#PATH#', interpolation-char = '#' }

nikitabobko added a commit that referenced this issue Mar 9, 2024
nikitabobko added a commit that referenced this issue Mar 9, 2024
nikitabobko added a commit that referenced this issue Mar 9, 2024
nikitabobko added a commit that referenced this issue Mar 9, 2024
@nikitabobko
Copy link
Owner Author

Fixed in 0.9.0

jakenvac pushed a commit to jakenvac/AeroSpace that referenced this issue Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant