Save more zsh history

This commit is contained in:
Sam W 2022-03-29 10:12:54 +01:00
parent 6d80f49914
commit 6bd5ddb93a
1 changed files with 5 additions and 0 deletions

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";