From 7e19beaf1bb4bb49a92f7c420415b511a90cc753 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Mon, 2 Oct 2023 08:40:10 +0300 Subject: [PATCH] zsh cleanup --- home/laptop/programs/zsh.nix | 7 ------- 1 file changed, 7 deletions(-) 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"