From dc82a06e9ed712d18fd1b4fcb5489f4b65e71640 Mon Sep 17 00:00:00 2001 From: Guten Ye Date: Mon, 4 Mar 2024 21:38:32 +0800 Subject: [PATCH] doc: add detailed step to enable shell integration for Nushell --- docs/shell-integration.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/shell-integration.rst b/docs/shell-integration.rst index d7a33890c..dfd160d7b 100644 --- a/docs/shell-integration.rst +++ b/docs/shell-integration.rst @@ -406,8 +406,7 @@ shells: * Jupyter console and IPython via a patch (:iss:`4475`) * `xonsh `__ -* `nushell `__ - +* `Nushell `__: Set ``$env.config.shell_integration = true`` in your ``config.nu`` to enable it. Notes for shell developers -----------------------------