diff options
-rw-r--r-- | home-manager/stvnliu/shells/starship/presets/pure-direnv.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home-manager/stvnliu/shells/starship/presets/pure-direnv.toml b/home-manager/stvnliu/shells/starship/presets/pure-direnv.toml index 44e49d0..3886289 100644 --- a/home-manager/stvnliu/shells/starship/presets/pure-direnv.toml +++ b/home-manager/stvnliu/shells/starship/presets/pure-direnv.toml @@ -18,6 +18,10 @@ detect_files = ['.envrc'] # can specify filters but wildcards are not supported [directory] style = "blue" +truncate_to_repo = false +truncation_length = 8 +truncation_symbol = ".../" + [character] success_symbol = "[❯](purple)" |