From 1687c749134779f703e26afbd17700f446844461 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 4 Mar 2024 19:01:31 +0530 Subject: [PATCH] Note that nushell supports shell integration --- docs/shell-integration.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/shell-integration.rst b/docs/shell-integration.rst index 99474e983..d7a33890c 100644 --- a/docs/shell-integration.rst +++ b/docs/shell-integration.rst @@ -406,6 +406,7 @@ shells: * Jupyter console and IPython via a patch (:iss:`4475`) * `xonsh `__ +* `nushell `__ Notes for shell developers