Skip to content

Commit

Permalink
Document follow_symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzky committed Aug 15, 2023
1 parent bfa1a29 commit 02f298a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,14 @@ 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

Expand Down

0 comments on commit 02f298a

Please sign in to comment.