remove sudo plugin (unnecessary), in favor of a VI mode plugin
This commit is contained in:
parent
6d4b40c8c1
commit
e4a38ccc77
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue