some starship config
This commit is contained in:
parent
fb4b98e023
commit
2b61026a2b
1 changed files with 20 additions and 0 deletions
|
@ -1,7 +1,27 @@
|
||||||
add_newline = false
|
add_newline = false
|
||||||
|
|
||||||
|
prompt_order = [
|
||||||
|
"username",
|
||||||
|
"hostname",
|
||||||
|
"kubernetes",
|
||||||
|
"directory",
|
||||||
|
"git_branch",
|
||||||
|
"git_commit",
|
||||||
|
"git_state",
|
||||||
|
"git_status",
|
||||||
|
"cmd_duration",
|
||||||
|
"custom",
|
||||||
|
"line_break",
|
||||||
|
"jobs",
|
||||||
|
"battery",
|
||||||
|
"character",
|
||||||
|
]
|
||||||
|
|
||||||
[username]
|
[username]
|
||||||
show_always = true
|
show_always = true
|
||||||
|
|
||||||
[hostname]
|
[hostname]
|
||||||
ssh_only = false
|
ssh_only = false
|
||||||
|
|
||||||
|
[character]
|
||||||
|
use_symbol_for_status = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue