From 929cdf0f256a0debf68a18935462533f346399a8 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 20 Nov 2020 08:02:29 +0000 Subject: [PATCH] Update '.config/starship.toml' --- .config/starship.toml | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index b64837e..eeae74c 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,10 +1,29 @@ -prompt_order=["directory","git_branch","git_commit","git_state","git_status","package","golang","nodejs","terraform","memory_usage","aws","kubernetes","cmd_duration","custom","line_break","jobs","battery","time","character"] +format = """\ + $directory\ + $git_branch\ + $git_commit\ + $git_state\ + $git_status\ + $package\ + $golang\ + $nodejs\ + $terraform\ + $memory_usage\ + $aws\ + $kubernetes\ + $cmd_duration\ + $custom\ + $line_break\ + $jobs\ + $battery\ + $time\ + $character\ + """ [character] -symbol = "✨ " -error_symbol = "✗ " +success_symbol = "[✨](yellow)" +error_symbol = "[✗](red)" use_symbol_for_status = true -style_success = "yellow" [aws] symbol = " "