From d9c41ca937b90b04edeb7e8c533515afbf99ae8b Mon Sep 17 00:00:00 2001 From: azpsen Date: Tue, 30 Jan 2024 12:15:48 -0600 Subject: [PATCH] don't truncate to git repo --- .config/starship.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/starship.toml b/.config/starship.toml index 001a384..b83bc90 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -23,6 +23,7 @@ format = "@ [$hostname]($style) " [directory] read_only = ' ' style = "blue" +truncate_to_repo = false [character] success_symbol = "[](purple)"