feature(omz): add option to make omz faster on large repositories
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user