Simplify the starship prompt format.

This commit is contained in:
2022-12-14 10:10:41 -06:00
parent 818e1a97d8
commit fc1487fc8b

View File

@ -146,7 +146,8 @@ truncation_length = 4
truncate_to_repo = true truncate_to_repo = true
truncation_symbol = "…/" truncation_symbol = "…/"
# fish_style_pwd_dir_length = 3 # fish_style_pwd_dir_length = 3
format = "([[]( fg:#ff3322)$read_only[]( fg:#ff3322)]($read_only_style))[[]( fg:#6F6A70)$path[]( fg:#6F6A70)]($style) " # format = "([[]( fg:#ff3322)$read_only[]( fg:#ff3322)]($read_only_style))[[]( fg:#6F6A70)$path[]( fg:#6F6A70)]($style) "
# format = "([[ ](bg:#464347 fg:#ff3322)$read_only[](bg:#464347 fg:#ff3322)]($read_only_style))[[ ](bg:#464347 fg:#6F6A70)$path[](bg:#464347 fg:#6F6A70)]($style) "
[directory.substitutions] [directory.substitutions]
"~/Documents" = "" "~/Documents" = ""
@ -155,7 +156,7 @@ format = "([[]( fg:#ff3322)$read_only[]( fg:#ff3322)]($read_only_style))[[
"~/Pictures" = "" "~/Pictures" = ""
"~/Sources" = "" "~/Sources" = ""
"~" = " " "~" = " "
"/" = "  " # "/" = "  "
[docker_context] [docker_context]
disabled = false disabled = false