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; enable = true;
theme = "bureau"; theme = "bureau";
plugins = [ plugins = [
"vi-mode"
"git" "git"
"z" "z"
"sudo"
"nix-shell" "nix-shell"
"tmuxinator" "tmuxinator"
]; ];