From 16d67745f15df0fec1e8b05ec90a11232abd6875 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 16 Dec 2021 12:28:52 -0500 Subject: [PATCH] shells/zsh: remove plugins, add sudo plugin --- users/profiles/shells/zsh.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index ea4e946..620eefb 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -33,24 +33,16 @@ # zsh modifications "zsh-interactive-cd" "command-not-found" + "sudo" # Aliases "alias-finder" # Applications - ## Docker - "docker" ## Python "pip" - "python" - ## Systemd - "systemd" ## Git - "git" - "github" "gitignore" - ## Emacs - "emacs" ## Vim "fancy-ctrl-z" ];