Update Starship configuration
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
05baaf4805
commit
8d45d0056f
1 changed files with 7 additions and 13 deletions
|
@ -1,28 +1,22 @@
|
||||||
# Don't print a new line at the start of the prompt
|
# Don't print a new line at the start of the prompt
|
||||||
add_newline = false
|
add_newline = false
|
||||||
prompt_order = [
|
format = "${time}${directory}${git_branch}${line_break}${character}"
|
||||||
"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"
|
[character]
|
||||||
symbol = "➜" # The "symbol" segment is being set to "➜"
|
success_symbol = "[➜](bold green)"
|
||||||
|
error_symbol = "[➜](bold red)"
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
truncate_to_repo = false
|
truncate_to_repo = false
|
||||||
|
format = "in [$path]($style)[$read_only]($read_only_style) "
|
||||||
|
|
||||||
[hostname]
|
[hostname]
|
||||||
ssh_only = false
|
ssh_only = false
|
||||||
|
|
||||||
[time]
|
[time]
|
||||||
disabled = false
|
disabled = false
|
||||||
|
format = "[$time]($style) "
|
||||||
[username]
|
|
||||||
show_always = true
|
|
||||||
|
|
||||||
[git_branch]
|
[git_branch]
|
||||||
symbol = ""
|
symbol = ""
|
Loading…
Add table
Add a link
Reference in a new issue