chore: don't run merge multiple times

This commit is contained in:
iff 2025-04-10 17:08:16 +02:00
parent fea920ac7a
commit 0f5f3b70e7
2 changed files with 10 additions and 3 deletions

View file

@ -1,5 +1,7 @@
builtin history append "{{ command }}";
{%- if success %}
builtin history merge;
{%- endif %}
{%- if let Some(cd) = self.cd %}
cd {{ cd }}