diff --git a/pkgs/zsh.nix b/pkgs/zsh.nix index 203b122..4d4e186 100644 --- a/pkgs/zsh.nix +++ b/pkgs/zsh.nix @@ -11,6 +11,8 @@ enableCompletion = true; autosuggestions.enable = true; + history.size = 10000; + shellAliases = { update = "sudo nixos-rebuild switch --flake"; compose = "sudo docker compose";