From 2c39c1ad05e1754c07e05345e95916effa27ffa8 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Thu, 2 Nov 2023 18:24:07 +0900 Subject: [PATCH] New translations readme.md (Portuguese) --- docs/pt-PT/config/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/pt-PT/config/README.md b/docs/pt-PT/config/README.md index 53228d8e..41964a93 100644 --- a/docs/pt-PT/config/README.md +++ b/docs/pt-PT/config/README.md @@ -206,6 +206,13 @@ This is the list of prompt-wide configuration options. | `add_newline` | `true` | Inserts blank line between shell prompts. | | `palette` | `''` | Sets which color palette from `palettes` to use. | | `palettes` | `{}` | Collection of color palettes that assign [colors](/advanced-config/#style-strings) to user-defined names. Note that color palettes cannot reference their own color definitions. | +| `follow_symlinks` | `true` | Follows symlinks to check if they're directories; used in modules such as git. | + +::: tip + +If you have symlinks to networked filesystems, consider setting `follow_symlinks` to `false`. + +::: ### Example