switch to starship
This commit is contained in:
parent
ae7b00d65f
commit
625f1ed5b6
4 changed files with 53 additions and 8 deletions
|
@ -9,7 +9,6 @@
|
|||
.cups
|
||||
.local
|
||||
.cache
|
||||
.config
|
||||
.lesshst
|
||||
.hushlogin
|
||||
.zcompdump*
|
||||
|
|
44
conf/starship.toml
Normal file
44
conf/starship.toml
Normal file
|
@ -0,0 +1,44 @@
|
|||
add_newline = false
|
||||
prompt_order = [
|
||||
"username",
|
||||
"hostname",
|
||||
# "kubernetes",
|
||||
"directory",
|
||||
"git_branch",
|
||||
"git_commit",
|
||||
"git_state",
|
||||
"git_status",
|
||||
# "docker_context",
|
||||
# "terraform",
|
||||
# "aws",
|
||||
"cmd_duration",
|
||||
"line_break",
|
||||
"battery",
|
||||
"character",
|
||||
]
|
||||
|
||||
[character]
|
||||
use_symbol_for_status = true
|
||||
[git_branch]
|
||||
symbol = " "
|
||||
style = ""
|
||||
|
||||
[cmd_duration]
|
||||
prefix = ""
|
||||
|
||||
[git_status]
|
||||
prefix = ""
|
||||
suffix = ""
|
||||
untracked = " !"
|
||||
untracked_count.enabled = true
|
||||
modified_count.enabled = true
|
||||
deleted_count.enabled = true
|
||||
staged = " +"
|
||||
staged_count.enabled=true
|
||||
show_sync_count = true
|
||||
|
||||
[hostname]
|
||||
style = ""
|
||||
|
||||
[username]
|
||||
style_user = ""
|
Loading…
Add table
Add a link
Reference in a new issue