Add git
and sudo
plugins to isoimage-pc
.
This commit is contained in:
parent
fe9b7e964e
commit
a7fe95aaba
1 changed files with 4 additions and 0 deletions
|
@ -284,6 +284,10 @@
|
|||
ohMyZsh = {
|
||||
enable = true;
|
||||
theme = "bira";
|
||||
plugins = [
|
||||
"git"
|
||||
"sudo"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue