Update starship configuration
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
16692b1909
commit
a5afe347f2
1 changed files with 28 additions and 1 deletions
|
@ -1,8 +1,35 @@
|
||||||
|
add_newline = false
|
||||||
|
format = """$username\
|
||||||
|
$hostname\
|
||||||
|
$git_branch\
|
||||||
|
$git_commit\
|
||||||
|
$git_state\
|
||||||
|
$git_status\
|
||||||
|
$cmd_duration\
|
||||||
|
$jobs\
|
||||||
|
$time\
|
||||||
|
$line_break\
|
||||||
|
$directory\
|
||||||
|
$character"""
|
||||||
|
|
||||||
[username]
|
[username]
|
||||||
|
format = "[$user]($style)@"
|
||||||
show_always = true
|
show_always = true
|
||||||
|
|
||||||
[hostname]
|
[hostname]
|
||||||
|
format = "[$hostname]($style) "
|
||||||
ssh_only = false
|
ssh_only = false
|
||||||
|
|
||||||
|
[cmd_duration]
|
||||||
|
format = "\\(took [$duration]($style)\\) "
|
||||||
|
|
||||||
[time]
|
[time]
|
||||||
disabled = false
|
disabled = false
|
||||||
|
format = "at [$time]($style) "
|
||||||
|
|
||||||
|
[directory]
|
||||||
|
format = "[$path]($style)[$read_only]($read_only_style) "
|
||||||
|
|
||||||
|
[character]
|
||||||
|
success_symbol = "[%%](bold green)"
|
||||||
|
error_symbol = "[%%](bold red)"
|
Loading…
Reference in a new issue