11 lines
165 B
Plaintext
11 lines
165 B
Plaintext
|
# {{ ansible_managed }}
|
||
|
|
||
|
# Default
|
||
|
{% for item in default_zshrc_lines %}
|
||
|
{{ item }}
|
||
|
{% endfor %}
|
||
|
|
||
|
# Extra
|
||
|
{% for item in extra_zshrc_lines %}
|
||
|
{{ item }}
|
||
|
{% endfor %}
|