zsh: Don't share config

This commit is contained in:
fleaz 2022-06-03 23:51:47 +02:00
parent 77c475df7c
commit da65cc93b8
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -137,7 +137,10 @@ in
plugins = [ "git" "fzf" ]; plugins = [ "git" "fzf" ];
theme = "robbyrussell"; theme = "robbyrussell";
}; };
history.size = 10000; history = {
share = false; # every terminal has it's own history
size = 10000;
};
}; };
programs.git = { programs.git = {