From bb7529ec30ca86cab449eb58224a98d4a99169d5 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Tue, 4 May 2021 10:25:34 +1000 Subject: [PATCH] Tweak the formatting for Git, Node, and PHP modules in Starship --- config/starship.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/starship.toml b/config/starship.toml index 7d2f568..5175905 100644 --- a/config/starship.toml +++ b/config/starship.toml @@ -31,7 +31,7 @@ symbol = " " symbol = " " [git_branch] -format = "[$symbol$branch]($style)" +format = "[$symbol$branch]($style) " style = "242" symbol = " " @@ -61,6 +61,7 @@ symbol = " " symbol = " " [nodejs] +format = "[$symbol($version )]($style)" symbol = " " [package] @@ -70,6 +71,7 @@ symbol = " " symbol = " " [php] +format = "[$symbol($version )]($style)" symbol = " " [python]