Increase prompt history length to 15,000

This commit is contained in:
Spotlight 2024-06-22 18:27:27 -05:00
parent 00f67fc4b1
commit b7c8c63d19
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

View file

@ -20,7 +20,7 @@ in
history = { history = {
ignoreAllDups = true; ignoreAllDups = true;
ignoreSpace = true; ignoreSpace = true;
size = 5000; size = 15000;
}; };
# Common plugins. # Common plugins.