diff options
author | Jimmy Reichley <jimmyqpublik@gmail.com> | 2022-05-10 16:55:25 -0400 |
---|---|---|
committer | Jimmy Reichley <jimmyqpublik@gmail.com> | 2022-05-10 16:55:25 -0400 |
commit | 584475acf9f4b8eda2a451901f6f9af35ae976e0 (patch) | |
tree | edcc25a9d5cb3b293535e15b2f8962f5c237a363 /src/nix/develop.md | |
parent | 2998527b185a41157be6ead42fd03a66601c4f56 (diff) |
Add documentation for bash-prompt-prefix
Diffstat (limited to 'src/nix/develop.md')
-rw-r--r-- | src/nix/develop.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nix/develop.md b/src/nix/develop.md index 8bcff66c9..e036ec6b9 100644 --- a/src/nix/develop.md +++ b/src/nix/develop.md @@ -80,8 +80,8 @@ initialised by `stdenv` and exits. This build environment can be recorded into a profile using `--profile`. The prompt used by the `bash` shell can be customised by setting the -`bash-prompt` and `bash-prompt-suffix` settings in `nix.conf` or in -the flake's `nixConfig` attribute. +`bash-prompt`, `bash-prompt-prefix`, and `bash-prompt-suffix` settings in +`nix.conf` or in the flake's `nixConfig` attribute. # Flake output attributes |