diff --git a/private_dot_config/starship.toml b/private_dot_config/starship.toml index 43c80d8..ede7528 100644 --- a/private_dot_config/starship.toml +++ b/private_dot_config/starship.toml @@ -7,4 +7,7 @@ diverged = "⇕⇡${ahead_count}⇣${behind_count}" behind = "⇣${count}" staged = '[+${count}](green)' - +[directory] +truncation_length = 5 +truncation_symbol = "…/" +truncate_to_repo = false