From c0acd01670b8b7667ea3ab1ff38dd6d31db6bd2b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 25 Feb 2023 11:44:26 +0000 Subject: [PATCH] Update starship format --- config/starship.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/starship.toml b/config/starship.toml index 467b6d9d..5df02899 100644 --- a/config/starship.toml +++ b/config/starship.toml @@ -1,8 +1,8 @@ # Get editor completions based on the config schema "$schema" = 'https://starship.rs/config-schema.json' -# format = "$directory$git_branch$git_status$character" -# right_format = "$all" +format = "$directory$git_branch$git_status$character" +right_format = "$all" # Inserts a blank line between shell prompts add_newline = true @@ -24,7 +24,7 @@ success_symbol = "[[♥](green) ➜](maroon)" error_symbol = "[➜](red)" [line_break] -disabled = false +disabled = true [aws] symbol = " " @@ -96,7 +96,7 @@ symbol = " " symbol = " " [os] -format = "on [($name $symbol )]($style)" +format = "on [$symbol$name ]($style)" style = "bold blue" disabled = false @@ -160,6 +160,7 @@ symbol = " " symbol = " " [shell] +format = "using [$indicator]($style)" disabled = false [spack]