pay-respects/core/templates/eval.fish
2025-04-16 01:00:44 +02:00

6 lines
121 B
Fish

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