pay-respects/core/templates/eval.fish

6 lines
121 B
Fish

builtin history append "{{ command }}";
builtin history merge;
{%- if let Some(cd) = self.cd %}
cd {{ cd }}
{% endif %}