Update Starship configuration
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2020-10-04 18:26:17 +02:00
parent 05baaf4805
commit 8d45d0056f
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -1,28 +1,22 @@
# Don't print a new line at the start of the prompt
add_newline = false
prompt_order = [
"time",
"directory",
"git_branch",
"line_break",
"character"
]
format = "${time}${directory}${git_branch}${line_break}${character}"
# Replace the "" symbol in the prompt with "➜"
[character] # The name of the module we are configuring is "character"
symbol = "➜" # The "symbol" segment is being set to "➜"
[character]
success_symbol = "[➜](bold green)"
error_symbol = "[➜](bold red)"
[directory]
truncate_to_repo = false
format = "in [$path]($style)[$read_only]($read_only_style) "
[hostname]
ssh_only = false
[time]
disabled = false
[username]
show_always = true
format = "[$time]($style) "
[git_branch]
symbol = ""