aboutsummaryrefslogtreecommitdiffstats
path: root/hm
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-12-29 21:04:30 +0100
committerSoispha <soispha@vhack.eu>2023-12-29 21:04:30 +0100
commit999be2ad97923ac41e11ff6fbe716a9ab987191f (patch)
tree49aa6c459fc1cbbb28ac253fdbbd729519da80e8 /hm
parentfix(hm/conf/starship): Use different approach to directory styling (diff)
downloadnixos-config-999be2ad97923ac41e11ff6fbe716a9ab987191f.zip
fix(hm/conf/starship): Remove the on in the git branch module
Diffstat (limited to 'hm')
-rw-r--r--hm/soispha/conf/starship/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hm/soispha/conf/starship/default.nix b/hm/soispha/conf/starship/default.nix
index d7a5ceee..30c63127 100644
--- a/hm/soispha/conf/starship/default.nix
+++ b/hm/soispha/conf/starship/default.nix
@@ -47,6 +47,9 @@
username = {
format = "as [$user]($style) ";
};
+ git_branch = {
+ format = "[($symbol$branch(:$remote_branch) )]($style)";
+ };
git_status = {
disabled = true;
format = "([\\[$ahead_behind\\]]($style) )";