mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
Use dotter
This commit is contained in:
20
config/starship.toml
Normal file
20
config/starship.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
# Disable the blank line at the start of the prompt
|
||||
add_newline = false
|
||||
command_timeout = 1000
|
||||
|
||||
# Replace the "❯" symbol in the prompt with "➜"
|
||||
[character] # The name of the module we are configuring is "character"
|
||||
success_symbol = "[❯](bold green)" # The "success_symbol" segment is being set to "➜" with the color "bold green"
|
||||
vimcmd_symbol = "[❯](bold blue)"
|
||||
|
||||
# Disable the package module, hiding it from the prompt completely
|
||||
[package]
|
||||
disabled = false
|
||||
|
||||
[line_break]
|
||||
disabled = true
|
||||
|
||||
[cmd_duration]
|
||||
min_time = 500
|
||||
show_milliseconds = false
|
||||
format = "took [$duration](bold yellow)"
|
||||
Reference in New Issue
Block a user