mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
docs: spell check
This commit is contained in:
parent
dbe3fa1bcc
commit
621cb8e4bc
|
@ -27,6 +27,6 @@ Display the currently active .NET SDK version.
|
|||
|
||||
- display_version: `boolean` - display the active version or not; useful if all you need is an icon indicating `dotnet`
|
||||
is present - defaults to `true`
|
||||
- missing_command_text: `string` - text to display when the command is missing - default to ``
|
||||
- missing_command_text: `string` - text to display when the command is missing - defaults to empty
|
||||
- unsupported_version_icon: `string` - text/icon that is displayed when the active .NET SDK version (e.g., one specified
|
||||
by `global.json`) is not installed/supported - defaults to `\uf071` (X in a rectangle box)
|
||||
|
|
|
@ -26,7 +26,7 @@ Display the currently active golang version when a folder contains `.go` files.
|
|||
## Properties
|
||||
|
||||
- display_version: `boolean` - display the golang version - defaults to `true`
|
||||
- missing_command_text: `string` - text to display when the command is missing - default to ``
|
||||
- missing_command_text: `string` - text to display when the command is missing - defaults to empty
|
||||
- display_mode: `string` - determines when the segment is displayed
|
||||
- `always`: The segment is always displayed
|
||||
- `context`: The segment is only displayed when *.go or go.mod files are present (default)
|
||||
|
|
|
@ -26,7 +26,7 @@ Display the currently active julia version when a folder contains `.jl` files.
|
|||
## Properties
|
||||
|
||||
- display_version: `boolean` - display the julia version - defaults to `true`
|
||||
- missing_command_text: `string` - text to display when the command is missing - default to ``
|
||||
- missing_command_text: `string` - text to display when the command is missing - defaults to empty
|
||||
- display_mode: `string` - determines when the segment is displayed
|
||||
- `always`: The segment is always displayed
|
||||
- `context`: The segment is only displayed when *.jl files are present (default)
|
||||
|
|
|
@ -26,7 +26,7 @@ Display the currently active node version when a folder contains `.js` or `.ts`
|
|||
## Properties
|
||||
|
||||
- display_version: `boolean` - display the node version - defaults to `true`
|
||||
- missing_command_text: `string` - text to display when the command is missing - default to ``
|
||||
- missing_command_text: `string` - text to display when the command is missing - defaults to empty
|
||||
- display_mode: `string` - determines when the segment is displayed
|
||||
- `always`: The segment is always displayed
|
||||
- `context`: The segment is only displayed when *.js, *.ts or package.json files are present (default)
|
||||
|
|
|
@ -28,7 +28,7 @@ Supports conda, virtualenv and pyenv.
|
|||
|
||||
- display_virtual_env: `boolean` - show the name of the virtualenv or not - defaults to `true`
|
||||
- display_version: `boolean` - display the python version - defaults to `true`
|
||||
- missing_command_text: `string` - text to display when the command is missing - default to ``
|
||||
- missing_command_text: `string` - text to display when the command is missing - defaults to empty
|
||||
- display_mode: `string` - determines when the segment is displayed
|
||||
- `always`: The segment is always displayed
|
||||
- `context`: The segment is only displayed when *.py or *.ipynb files are present (default)
|
||||
|
|
Loading…
Reference in a new issue