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
|
||||
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 = ""
|
Loading…
Add table
Add a link
Reference in a new issue