Use same zsh theme everywhere, it's the best one anyway

This commit is contained in:
Jimbo 2024-08-26 14:56:00 -04:00
parent 76e6ca1291
commit a7b91014c8
4 changed files with 2 additions and 3 deletions

View file

@ -8,6 +8,7 @@
syntaxHighlighting.enable = true;
oh-my-zsh = {
enable = true;
theme = "agnoster";
plugins = ["git"];
};
shellAliases = {