From 579f0fa73ad9590132a88f3f799aacf51609ae8b Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Mon, 2 Oct 2023 18:47:30 +0000 Subject: [PATCH] chore: do not always show username --- starship/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starship/starship.toml b/starship/starship.toml index 8c282953b..9ebbb2d5e 100644 --- a/starship/starship.toml +++ b/starship/starship.toml @@ -35,7 +35,7 @@ ${custom.uname} continuation_prompt = '[∙](bright-black) ' [username] -show_always = true +show_always = false style_user = "bg:#1f1f1f fg:#45ff2f bold" style_root = "bg:#1f1f1f" format = '[$user ]($style)'