chore: always merge history in fish

This commit is contained in:
iff 2025-04-16 01:00:44 +02:00
parent 5a670924f2
commit 76d2efadb6
2 changed files with 0 additions and 4 deletions

View file

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