diff options
author | Soispha <soispha@vhack.eu> | 2023-12-29 21:04:30 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-29 21:04:30 +0100 |
commit | 999be2ad97923ac41e11ff6fbe716a9ab987191f (patch) | |
tree | 49aa6c459fc1cbbb28ac253fdbbd729519da80e8 /hm/soispha | |
parent | fix(hm/conf/starship): Use different approach to directory styling (diff) | |
download | nixos-config-999be2ad97923ac41e11ff6fbe716a9ab987191f.zip |
fix(hm/conf/starship): Remove the on in the git branch module
Diffstat (limited to 'hm/soispha')
-rw-r--r-- | hm/soispha/conf/starship/default.nix | 3 |
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) )"; |