This commit is contained in:
2025-01-26 13:32:11 -05:00
parent da1acd0538
commit bdffe70222
8 changed files with 187 additions and 123 deletions

View File

@@ -41,6 +41,13 @@
cdi = "zi";
ls = "ls --color";
};
plugins = [
{
name = "vi-mode";
src = pkgs.zsh-vi-mode;
file = "share/zsh-vi-mode/zsh-vi-mode.plugin.zsh";
}
];
};
starship = {
enable = true;