diff --git a/modules/workspace/zsh.nix b/modules/workspace/zsh.nix index 76253ce..99eeb92 100755 --- a/modules/workspace/zsh.nix +++ b/modules/workspace/zsh.nix @@ -11,6 +11,10 @@ theme = "agnoster"; plugins = [ "git" "dirhistory" ]; }; + history = rec { + size = 1000000; + save = size; + }; plugins = [ { name = "zsh-nix-shell";