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:
Jason Wang
2020-07-30 09:57:15 -07:00
committed by GitHub
parent fbaeef8589
commit acefbc523f
4 changed files with 25 additions and 1 deletions
+1
View File
@@ -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