mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-22 12:16:09 +01:00
minimal: Disable oh-my-zsh plugins
This commit is contained in:
parent
b2b727a04e
commit
7610a7a708
1 changed files with 1 additions and 5 deletions
|
|
@ -282,11 +282,7 @@
|
|||
enableCompletion = true;
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
"git"
|
||||
"wd"
|
||||
"rust"
|
||||
];
|
||||
plugins = [ ];
|
||||
};
|
||||
plugins = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue