update starship config
This commit is contained in:
parent
ecfef4074e
commit
1db3202ba6
1 changed files with 22 additions and 17 deletions
|
@ -1,28 +1,33 @@
|
||||||
add_newline = false
|
add_newline = false
|
||||||
|
|
||||||
prompt_order = [
|
format = """
|
||||||
"username",
|
$username\
|
||||||
"hostname",
|
$hostname\
|
||||||
"kubernetes",
|
$kubernetes\
|
||||||
"directory",
|
$directory\
|
||||||
"git_branch",
|
$git_branch\
|
||||||
"git_commit",
|
$git_commit\
|
||||||
"git_state",
|
$git_state\
|
||||||
"git_status",
|
$git_status\
|
||||||
"nix_shell",
|
$nix_shell\
|
||||||
"cmd_duration",
|
$cmd_duration\
|
||||||
"custom",
|
$custom\
|
||||||
"line_break",
|
$line_break\
|
||||||
"jobs",
|
$jobs\
|
||||||
"battery",
|
$battery\
|
||||||
"character",
|
$character\
|
||||||
]
|
"""
|
||||||
|
|
||||||
[username]
|
[username]
|
||||||
show_always = true
|
show_always = true
|
||||||
|
format = "[$user]($style)@"
|
||||||
|
|
||||||
[hostname]
|
[hostname]
|
||||||
ssh_only = false
|
ssh_only = false
|
||||||
|
format = "[$hostname]($style) "
|
||||||
|
|
||||||
|
[git_branch]
|
||||||
|
format = "[$symbol$branch]($style)"
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
use_symbol_for_status = false
|
use_symbol_for_status = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue