Add '.config/starship.toml'
This commit is contained in:
parent
e0046c7b9f
commit
6e2f3eec66
32
.config/starship.toml
Normal file
32
.config/starship.toml
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
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"]
|
||||||
|
|
||||||
|
[character]
|
||||||
|
symbol = "⚡️ "
|
||||||
|
error_symbol = "✗ "
|
||||||
|
use_symbol_for_status = true
|
||||||
|
style_success = "yellow"
|
||||||
|
|
||||||
|
[aws]
|
||||||
|
symbol = " "
|
||||||
|
displayed_items = "profile"
|
||||||
|
|
||||||
|
[docker]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[git_commit]
|
||||||
|
only_detached = true
|
||||||
|
prefix = "(#"
|
||||||
|
|
||||||
|
[golang]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[kubernetes]
|
||||||
|
symbol = "ﴱ "
|
||||||
|
style = "bold blue"
|
||||||
|
disabled = false
|
||||||
|
|
||||||
|
[terraform]
|
||||||
|
show_version = true
|
||||||
|
|
||||||
|
[nodejs]
|
||||||
|
symbol = " "
|
Loading…
Reference in New Issue
Block a user