Add `git` and `sudo` plugins to `isoimage-pc`.

This commit is contained in:
Whovian NTSN 2024-09-03 03:54:51 -04:00
parent fe9b7e964e
commit a7fe95aaba
1 changed files with 4 additions and 0 deletions

View File

@ -284,6 +284,10 @@
ohMyZsh = {
enable = true;
theme = "bira";
plugins = [
"git"
"sudo"
];
};
};
};