From 0c37402829a3ef6ddd0b7aea6f3b187bf1411770 Mon Sep 17 00:00:00 2001 From: James Walker Date: Sat, 9 Sep 2023 14:23:32 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20starship=20battery=20error=20on?= =?UTF-8?q?=20mac=20mini?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/zsh.nix | 4 ++++ 1 file changed, 4 insertions(+) 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) ";