diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-04-14 17:34:08 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-04-14 17:36:31 +0200 |
| commit | d76022790ddfd4271c76152999e16b14114dda73 (patch) | |
| tree | c56d2392cfc822e350e49bb5ee2ac68739fc768b /modules/home.legacy/conf | |
| parent | pkgs/swallow: Don't swallow the window, if the command can't be executed (diff) | |
| download | nixos-config-d76022790ddfd4271c76152999e16b14114dda73.zip | |
modules/{git,fonts,starship}: Avoid using deprecated escapes
Diffstat (limited to 'modules/home.legacy/conf')
| -rw-r--r-- | modules/home.legacy/conf/starship/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home.legacy/conf/starship/default.nix b/modules/home.legacy/conf/starship/default.nix index 6a6938f7..c34beb05 100644 --- a/modules/home.legacy/conf/starship/default.nix +++ b/modules/home.legacy/conf/starship/default.nix @@ -80,7 +80,7 @@ ignore_submodules = true; }; git_state = { - format = "[\($state( $progress_current of $progress_total)\)]($style) "; + format = "[($state( $progress_current of $progress_total))]($style) "; rebase = "[rebasing](bold magenta)"; merge = "[merging](bold yellow)"; revert = "[reverting](bold blue)"; |
