From 0b6a1d48f10b199563dc2c23edfa08205e32274e Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 10 Jan 2024 19:05:22 -0500 Subject: [PATCH] fix(starship): remove sudo indicator because of lag --- common/home/bash/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/common/home/bash/default.nix b/common/home/bash/default.nix index 3b27ac34..3624b7ff 100644 --- a/common/home/bash/default.nix +++ b/common/home/bash/default.nix @@ -19,7 +19,6 @@ "[  ](bg:${firstColor} fg:#090c0c)" "[](bg:${secondColor} fg:${firstColor})" "$username$hostname" - "$sudo" "[](fg:${secondColor} bg:${thirdColor})" "$directory" "[](fg:${thirdColor} bg:${fourthColor})" @@ -28,12 +27,6 @@ "\n╰╴$shlvl$nix_shell$character" ]; - sudo = { - disabled = false; - style = "fg:${textColor} bg:${secondColor}"; - format = "[as root ]($style)"; - }; - username = { show_always = true; style_user = "fg:${textColor} bg:${secondColor}";