diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index a429249..c6866c8 100755 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -58,7 +58,7 @@ disabled = false style = "fg:zx_white" format = "[ $path ]($style)" truncation_length = 4 -truncation_symbol = "../" +truncation_symbol = "..." truncate_to_repo = false [git_branch]