diff --git a/pkgs/zsh.nix b/pkgs/zsh.nix index 4d4e186..ace5982 100644 --- a/pkgs/zsh.nix +++ b/pkgs/zsh.nix @@ -9,9 +9,6 @@ programs.zsh = { enable = true; enableCompletion = true; - autosuggestions.enable = true; - - history.size = 10000; shellAliases = { update = "sudo nixos-rebuild switch --flake"; @@ -22,7 +19,7 @@ ohMyZsh = { enable = true; plugins = ["git"]; - theme = "robbyrussell"; + theme = "agnoster"; }; shellInit = "eval \"$(zoxide init zsh --cmd cd)\"";