Skip to content

Commit c8ea3be

Browse files
JamBalaya56562JanDeDobbeleer
authored andcommitted
docs: update config default version to 4
1 parent e102bae commit c8ea3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/configuration/general.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ For example, the following is a valid `--config` flag:
140140
| `iterm_features` | `[]string` | `false` | enable iTerm2 specific features:<ul><li>`prompt_mark`: add the `iterm2_prompt_mark` [function][iterm2-si] for supported shells</li><li>`current_dir`: expose the current directory for iTerm2</li><li>`remote_host`: expose the current remote and user for iTerm2</li></ul> |
141141
| `maps` | [`Maps`](#maps) | | a list of custom text mappings |
142142
| `async` | `boolean` | `false` | load the prompt async. Will either load the standard prompt, or allow you to start typing right away. Supported for `pwsh`, `powershell`, `zsh`, `bash` and `fish` |
143-
| `version` | `int` | `3` | the config version, currently at `3` |
143+
| `version` | `int` | `4` | the config version, currently at `4` |
144144
| `extends` | `string` | | the configuration to [extend] from |
145145

146146
### Maps

0 commit comments

Comments
 (0)