summaryrefslogtreecommitdiffstats
path: root/docs/pt-PT/config/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pt-PT/config/README.md')
-rw-r--r--docs/pt-PT/config/README.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/pt-PT/config/README.md b/docs/pt-PT/config/README.md
index 44f8cb4f2..b96c7d363 100644
--- a/docs/pt-PT/config/README.md
+++ b/docs/pt-PT/config/README.md
@@ -611,15 +611,15 @@ For example, given `~/Dev/Nix/nixpkgs/pkgs` where `nixpkgs` is the repo root, an
### Options
-| Variable | Default | Description |
-| ------------------------ | ----------------------------------------------- | -------------------------------------------------------------------------------- |
-| `truncation_length` | `3` | The number of parent folders that the current directory should be truncated to. |
-| `truncate_to_repo` | `true` | Whether or not to truncate to the root of the git repo that you're currently in. |
-| `format` | `"[$path]($style)[$lock_symbol]($lock_style) "` | The format for the module. |
-| `style` | `"bold cyan"` | The style for the module. |
-| `disabled` | `false` | Disables the `directory` module. |
-| `read_only_symbol` | `"🔒"` | The symbol indicating current directory is read only. |
-| `read_only_symbol_style` | `"red"` | The style for the read only symbol. |
+| Variable | Default | Description |
+| ------------------- | -------------------------------------------------- | -------------------------------------------------------------------------------- |
+| `truncation_length` | `3` | The number of parent folders that the current directory should be truncated to. |
+| `truncate_to_repo` | `true` | Whether or not to truncate to the root of the git repo that you're currently in. |
+| `format` | `"[$path]($style)[$read_only]($read_only_style) "` | The format for the module. |
+| `style` | `"bold cyan"` | The style for the module. |
+| `disabled` | `false` | Disables the `directory` module. |
+| `read_only` | `"🔒"` | The symbol indicating current directory is read only. |
+| `read_only_style` | `"red"` | The style for the read only symbol. |
<details>
<summary>This module has a few advanced configuration options that control how the directory is displayed.</summary>
@@ -1133,6 +1133,7 @@ deleted = "🗑"
```
Show ahead/behind count of the branch being tracked
+
```toml
# ~/.config/starship.toml
@@ -2035,7 +2036,6 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
| `style` | `"bold red"` | The style for the module. |
| `disabled` | `true` | Disables the `status` module. |
-
### Variables
| Variable | Example | Description |
@@ -2046,8 +2046,8 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
\*: This variable can only be used as a part of a style string
-
### Example
+
```toml
# ~/.config/starship.toml