From f7cf72313723826f66b2c3f473f4855fef757f6b Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 18 Oct 2021 16:01:27 +0200 Subject: [PATCH] Remove unused zsh plugins --- modules/zsh.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/modules/zsh.nix b/modules/zsh.nix index bfbd4a9..4ba5bf6 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -8,13 +8,7 @@ programs.zsh = { enable = true; autocd = true; - plugins = [ - # { - # name = "powerlevel10k"; - # src = pkgs.zsh-powerlevel10k; - # file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme"; - # } - ]; + plugins = [ ]; initExtraBeforeCompInit = '' zstyle ':completion:*' menu select setopt CORRECT @@ -26,13 +20,9 @@ oh-my-zsh = { enable = true; plugins = [ - "alias-finder" "common-aliases" "cp" "dirhistory" - "docker-compose" - "docker" - "extract" "git-auto-fetch" "git" "sudo"