diff --git a/yodaTab/home-manager.nix b/yodaTab/home-manager.nix index ca2fb8d..83d24b1 100644 --- a/yodaTab/home-manager.nix +++ b/yodaTab/home-manager.nix @@ -57,7 +57,12 @@ in oh-my-zsh = { enable = true; - plugins = [ "git" "sudo" ]; + plugins = [ + # Provides many aliases and a few useful functions. + #"git" + # Easily prefix your current or previous commands with sudo by pressing `esc` twice. + #"sudo" + ]; #theme = "robbyrussell"; theme = "agnoster"; };