pay-respects/core/templates/eval.fish

7 lines
121 B
Fish
Raw Normal View History

2025-04-10 16:39:31 +02:00
builtin history append "{{ command }}";
builtin history merge;
{%- if let Some(cd) = self.cd %}
cd {{ cd }}
{% endif %}