From 9d5b86589db3b6b27fe1f904870f12d274aab512 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 21 Jun 2024 17:55:32 +0200 Subject: [PATCH] Fix starship for root. --- config/starship.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/starship.toml b/config/starship.toml index c9d9563..b4c02c1 100644 --- a/config/starship.toml +++ b/config/starship.toml @@ -24,13 +24,14 @@ symbol = '' format = '[$user]($style)' style_user = 'normal' style_root = 'bold 196' +show_always = true [hostname] -format = '([@$hostname]($style) )' +format = '([@$hostname]($style))' style = 'normal' [directory] -format = '[($read_only )]($read_only_style)[$path]($style) ' +format = '[ ($read_only )]($read_only_style)[$path]($style) ' style = '37' read_only_style = '37' read_only = ''