Added history size to zsh config
This commit is contained in:
parent
ddb8f625f5
commit
6088214224
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
autosuggestions.enable = true;
|
autosuggestions.enable = true;
|
||||||
|
|
||||||
|
history.size = 10000;
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
update = "sudo nixos-rebuild switch --flake";
|
update = "sudo nixos-rebuild switch --flake";
|
||||||
compose = "sudo docker compose";
|
compose = "sudo docker compose";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue