feat(shell): show git 'ahead' commit count
This commit is contained in:
@@ -6,6 +6,13 @@
|
||||
|
||||
{
|
||||
config = lib.mkIf config.shell.enable {
|
||||
programs.starship.enable = true;
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
settings = {
|
||||
git_status = {
|
||||
ahead = "⇡$\{count\}";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user