feature(omz): add option to make omz faster on large repositories

This commit is contained in:
2026-06-04 08:49:53 +02:00
parent 0daf4eec9a
commit 27fb719555
+4 -1
View File
@@ -8,8 +8,11 @@
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
# theme will be set below # theme will be set below depending on the shell
theme = ""; theme = "";
# make omz faster on large repositories
custom = "DISABLE_UNTRACKED_FILES_DIRTY=true";
# add git and agents as plugins
plugins = [ "git" "ssh-agent" "gpg-agent" ]; plugins = [ "git" "ssh-agent" "gpg-agent" ];
}; };
# only display a fancy theme when glyphs are rendered # only display a fancy theme when glyphs are rendered