Save more zsh history

This commit is contained in:
2022-03-29 10:13:50 +01:00
parent 6d80f49914
commit 6bd5ddb93a
+5
View File
@@ -14,6 +14,11 @@ in {
# Shell and env-y stuff
zsh = {
enable = true;
history = rec {
extended = true;
size = 100000;
save = size;
};
shellAliases = {
g = "git";
cat = "bat";