From a5904817e2a2a6fdf5eb9bc19617c5234ab29f20 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Thu, 2 Nov 2023 18:23:38 +0900 Subject: [PATCH] New translations readme.md (Italian) --- docs/it-IT/config/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/it-IT/config/README.md b/docs/it-IT/config/README.md index 6ee64d5f..319c834d 100644 --- a/docs/it-IT/config/README.md +++ b/docs/it-IT/config/README.md @@ -206,6 +206,13 @@ This is the list of prompt-wide configuration options. | `add_newline` | `true` | Inserisce una riga vuota tra i prompt della shell. | | `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`. + +::: ### Esempio