history options

This commit is contained in:
John Lancaster
2025-07-03 04:36:11 +00:00
parent 1d0c88a021
commit b3b27c5b56

View File

@@ -11,6 +11,18 @@
enableCompletion = true; enableCompletion = true;
autosuggestion.enable = true; autosuggestion.enable = true;
# syntaxHighlighting.enable = true; # syntaxHighlighting.enable = true;
history = {
append = true;
ignoreAllDups = true;
ignorePatterns = [
"history"
"ls"
"clear"
];
save = 1000;
size = 1000;
share = true;
};
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
theme = "risto"; theme = "risto";