pay-respects/core/templates/eval.zsh

5 lines
82 B
Bash

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