Add zsh git prompt

This commit is contained in:
2025-05-15 00:28:18 -04:00
parent e51daf9367
commit 37b4af6e06

View File

@@ -112,6 +112,12 @@
".." = "cd .."; ".." = "cd ..";
}; };
history.size = 10000; history.size = 10000;
zplug = {
enable = true;
plugins = [
{ name = "woefe/git-prompt.zsh"; }
];
};
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [