diff --git a/home/laptop/programs/zsh.nix b/home/laptop/programs/zsh.nix index f31e044..7fb2887 100644 --- a/home/laptop/programs/zsh.nix +++ b/home/laptop/programs/zsh.nix @@ -16,8 +16,6 @@ la = "ls -alh"; }; history = { - size = 1000; - save = 1000; expireDuplicatesFirst = true; }; plugins = [ @@ -26,11 +24,6 @@ src = "${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k"; file = "powerlevel10k.zsh-theme"; } - { - name = "zsh-nix-shell"; - file = "nix-shell.plugin.zsh"; - src = "${pkgs.zsh-nix-shell}/share/zsh-nix-shell"; - } ]; initExtra = '' source "$HOME/.p10k.zsh"