diff --git a/modules/zsh.nix b/modules/zsh.nix index 857047f..b9980b3 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -51,6 +51,10 @@ _: enable = true; enableZshIntegration = true; settings = { + # TODO re-enable after https://github.com/starship/starship/issues/5350 + battery = { + disabled = true; + }; character = { success_symbol = "[»](bold green) "; error_symbol = "[✗](bold red) ";