remove sudo plugin (unnecessary), in favor of a VI mode plugin

This commit is contained in:
Haak Saxberg 2019-03-03 18:37:12 -08:00
parent 6d4b40c8c1
commit e4a38ccc77

View file

@ -55,9 +55,9 @@ with lib;
enable = true;
theme = "bureau";
plugins = [
"vi-mode"
"git"
"z"
"sudo"
"nix-shell"
"tmuxinator"
];