pay-respects/core/templates/eval.bash

5 lines
84 B
Bash

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