1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-28 05:09:01 +00:00

docs: Correct a copy/paste error in the docs (#259)

This commit is contained in:
Harry Mills 2019-08-29 12:41:09 -04:00 committed by Matan Kushner
parent c2a1803681
commit 9918dd1aac

View File

@ -509,7 +509,7 @@ The module will be shown when inside a nix-shell environment.
| Variable | Default | Description |
| ------------ | -------- | ---------------------------------- |
| `disabled` | `false` | Disables the `username` module. |
| `disabled` | `false` | Disables the `nix_shell` module. |
| `use_name` | `false` | Display the name of the nix-shell. |
| `impure_msg` | `impure` | Customize the "impure" msg. |
| `pure_msg` | `pure` | Customize the "pure" msg. |