mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
chore: don't run merge multiple times
This commit is contained in:
parent
fea920ac7a
commit
0f5f3b70e7
2 changed files with 10 additions and 3 deletions
|
|
@ -1,5 +1,7 @@
|
|||
builtin history append "{{ command }}";
|
||||
{%- if success %}
|
||||
builtin history merge;
|
||||
{%- endif %}
|
||||
|
||||
{%- if let Some(cd) = self.cd %}
|
||||
cd {{ cd }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue