From 9918dd1aaca330bc63306cf99a1884d4aa5e7142 Mon Sep 17 00:00:00 2001 From: Harry Mills Date: Thu, 29 Aug 2019 12:41:09 -0400 Subject: [PATCH] docs: Correct a copy/paste error in the docs (#259) --- docs/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/README.md b/docs/config/README.md index 766ac787..a9226037 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -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. |