Updated zsh config to make terminal more performant

This commit is contained in:
Random936
2026-04-25 18:16:41 -04:00
parent b6a10bebc4
commit f8fb28d560

View File

@@ -9,9 +9,7 @@
eza.enable = true;
tealdeer = {
enable = true;
settings = {
updates.auto_update = true;
};
settings.updates.auto_update = true;
};
atuin = {
enable = true;
@@ -83,18 +81,12 @@
src = ../../assets;
file = ".p10k.zsh";
}
{
name = "powerlevel10k";
src = pkgs.zsh-powerlevel10k;
file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
}
];
zplug = {
enable = true;
plugins = [
{ name = "romkatv/powerlevel10k"; tags = [ as:theme depth:1 ]; }
];
};
};
};
home.file = {
".functions.zsh".source = ../../assets/.functions.zsh;
};
}