From 6088214224c5f360bb44ebebc5708e26b89acf75 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Tue, 14 May 2024 16:27:49 +0200 Subject: [PATCH] Added history size to zsh config --- pkgs/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) 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";