pay-respects/core/templates/eval.zsh

6 lines
82 B
Bash
Raw Normal View History

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