diff --git a/docs/docs/segment-dotnet.md b/docs/docs/segment-dotnet.md index 620ae1ed..f5193f3e 100644 --- a/docs/docs/segment-dotnet.md +++ b/docs/docs/segment-dotnet.md @@ -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) diff --git a/docs/docs/segment-golang.md b/docs/docs/segment-golang.md index e9b36fff..33e84b11 100644 --- a/docs/docs/segment-golang.md +++ b/docs/docs/segment-golang.md @@ -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) diff --git a/docs/docs/segment-julia.md b/docs/docs/segment-julia.md index 6aeeb585..caf1459c 100644 --- a/docs/docs/segment-julia.md +++ b/docs/docs/segment-julia.md @@ -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) diff --git a/docs/docs/segment-node.md b/docs/docs/segment-node.md index 853aeeaf..1531a397 100644 --- a/docs/docs/segment-node.md +++ b/docs/docs/segment-node.md @@ -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) diff --git a/docs/docs/segment-python.md b/docs/docs/segment-python.md index 899e6682..244df916 100644 --- a/docs/docs/segment-python.md +++ b/docs/docs/segment-python.md @@ -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)