From 3bf44ae13ab624bbac1de4ea050c2d10eb0e3bf8 Mon Sep 17 00:00:00 2001 From: Compey Date: Sat, 24 Dec 2022 20:57:29 +0530 Subject: [PATCH] feat(starship): display user instead of time --- .config/starship.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index 9b9825e..0c3e9a2 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -14,7 +14,7 @@ $rust\ $golang\ $php\ [](fg:#212736 bg:#1d2230)\ -$time\ +$username\ [ ](fg:#1d2230)\ \n $character """ @@ -76,7 +76,7 @@ format = '[[  $time ](fg:#a0a9cb bg:#1d2230)]($style)' [username] style_user = 'white bold' -style_root = 'black bold' -format = 'self ' +style_root = 'purple bold' +format = 'as [$user]($style)' disabled = false show_always = true