mirror of https://github.com/wlcx/home.git
Save more zsh history
This commit is contained in:
parent
6d80f49914
commit
6bd5ddb93a
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue