From aea509de867ba28f029d2e73db916fe8ca5a1a32 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Tue, 29 Oct 2019 15:26:42 +0100 Subject: [PATCH] zsh: removed sudo and git plugins I don't need --- modules/programs/shell-zsh.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/programs/shell-zsh.nix b/modules/programs/shell-zsh.nix index f523ab9..7bc5338 100644 --- a/modules/programs/shell-zsh.nix +++ b/modules/programs/shell-zsh.nix @@ -43,10 +43,7 @@ in { plugins = [ "git" "git-flow" - "git-prompt" - "gitignore" "screen" - "sudo" "systemd" "tmux" "vi-mode"