Update Starship configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
158522e352
commit
97675a6705
1 changed files with 3 additions and 2 deletions
|
@ -3,11 +3,12 @@ add_newline = false
|
||||||
format = "${time}${directory}${git_branch}${line_break}${character}"
|
format = "${time}${directory}${git_branch}${line_break}${character}"
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol = "[➜](bold green)"
|
success_symbol = "[>](bold green)"
|
||||||
error_symbol = "[➜](bold red)"
|
error_symbol = "[>](bold red)"
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
truncate_to_repo = false
|
truncate_to_repo = false
|
||||||
|
truncation_length = 10
|
||||||
format = "in [$path]($style)[$read_only]($read_only_style) "
|
format = "in [$path]($style)[$read_only]($read_only_style) "
|
||||||
|
|
||||||
[hostname]
|
[hostname]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue