Changed config location for starship on Windows Updated dots.bat to include patch function Use patch to strip hostname prefixes when installing Style change for all caps in dots.bat
36 lines
813 B
TOML
36 lines
813 B
TOML
add_newline = false
|
|
scan_timeout = 10
|
|
format = "\\[$username$hostname\\] :: $directory $cmd_duration$character"
|
|
|
|
[line_break]
|
|
disabled = true
|
|
|
|
[hostname]
|
|
ssh_only = false
|
|
format = "[@$hostname]($style)"
|
|
#tokyo style = "bright-blue bold"
|
|
#kanto style = "bright-green bold"
|
|
|
|
[username]
|
|
show_always = true
|
|
format = "[$user]($style)"
|
|
style_root = "bright-red bold"
|
|
#tokyo style_user = "bright-blue bold"
|
|
#kanto style_user = "bright-green bold"
|
|
|
|
[directory]
|
|
truncation_length = 3
|
|
truncate_to_repo = true
|
|
style = "blue"
|
|
read_only = "!"
|
|
read_only_style = "red"
|
|
format = "[$path]($style)[$read_only]($read_only_style)"
|
|
|
|
[cmd_duration]
|
|
style = "bold yellow"
|
|
format = "[+$duration]($style) "
|
|
|
|
[character]
|
|
success_symbol = "[>](cyan bold)"
|
|
error_symbol = "[>](red bold)"
|