pay-respects/core/templates/eval.fish

8 lines
152 B
Fish

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