pay-respects/core/templates/eval.zsh

6 lines
84 B
Bash
Raw Normal View History

print -s "{{ command }}";
2025-04-10 16:39:31 +02:00
{%- if let Some(cd) = self.cd %}
cd {{ cd }}
{% endif %}