pay-respects/core/templates/eval.zsh

5 lines
84 B
Bash

print -s "{{ command }}";
{%- if let Some(cd) = self.cd %}
cd {{ cd }}
{% endif %}