pay-respects/core/templates/eval.fish

9 lines
152 B
Fish
Raw Normal View History

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