Back to p10k
This commit is contained in:
parent
1814979fe8
commit
f1e39f0cba
4 changed files with 1386 additions and 51 deletions
|
@ -1,45 +0,0 @@
|
|||
add_newline = false
|
||||
prompt_order = [
|
||||
# "kubernetes",
|
||||
"python",
|
||||
"directory",
|
||||
"git_branch",
|
||||
"git_commit",
|
||||
"git_state",
|
||||
"git_status",
|
||||
# "docker_context",
|
||||
# "terraform",
|
||||
# "aws",
|
||||
"cmd_duration",
|
||||
"line_break",
|
||||
"battery",
|
||||
"username",
|
||||
"hostname",
|
||||
"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