Update '.config/starship.toml'
This commit is contained in:
parent
4f582027f3
commit
929cdf0f25
@ -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]
|
[character]
|
||||||
symbol = "✨ "
|
success_symbol = "[✨](yellow)"
|
||||||
error_symbol = "✗ "
|
error_symbol = "[✗](red)"
|
||||||
use_symbol_for_status = true
|
use_symbol_for_status = true
|
||||||
style_success = "yellow"
|
|
||||||
|
|
||||||
[aws]
|
[aws]
|
||||||
symbol = " "
|
symbol = " "
|
||||||
|
Loading…
Reference in New Issue
Block a user