mirror of
https://github.com/morten-olsen/configs.git
synced 2026-02-08 00:46:24 +01:00
improved context system
This commit is contained in:
4
playbooks/roles/base_terminal/templates/envrc.context.j2
Normal file
4
playbooks/roles/base_terminal/templates/envrc.context.j2
Normal file
@@ -0,0 +1,4 @@
|
||||
{% for key in env %}
|
||||
export {{ key }}="{{ env[key] }}"
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user