mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
feat(conda): add ignore_base option (#1539)
* Add ignore_base to conda module * Add ignore_base to conda module in English docs * `ignore_base` defaults to `true`
This commit is contained in:
@@ -519,6 +519,7 @@ This does not suppress conda's own prompt modifier, you may want to run `conda c
|
||||
| `symbol` | `"🅒 "` | The symbol used before the environment name. |
|
||||
| `style` | `"bold green"` | The style for the module. |
|
||||
| `format` | `"[$symbol$environment]($style) "` | The format for the module. |
|
||||
| `ignore_base` | `true` | Ignores `base` environment when activated. |
|
||||
| `disabled` | `false` | Disables the `conda` module. |
|
||||
|
||||
### Variables
|
||||
|
||||
Reference in New Issue
Block a user