Always append to the history of zsh

This commit is contained in:
2025-02-28 19:01:46 +01:00
parent c46b008cfb
commit 0ee55c3207

View File

@@ -5,5 +5,9 @@
enable = true; enable = true;
autosuggestion.enable = true; autosuggestion.enable = true;
history = {
append = true;
};
}; };
} }