From 23cb5cbacaf86fd9e32368b1531e281607b32d13 Mon Sep 17 00:00:00 2001 From: "Gunung P. Wibisono" <55311527+gunungpw@users.noreply.github.com> Date: Thu, 24 Mar 2022 12:42:49 +0700 Subject: [PATCH] Add "nu" to _core.py to support detect NuShell (#56) --- src/shellingham/_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shellingham/_core.py b/src/shellingham/_core.py index 2c974c8..13b6541 100644 --- a/src/shellingham/_core.py +++ b/src/shellingham/_core.py @@ -3,7 +3,7 @@ | {"csh", "tcsh"} # C. | {"ksh", "zsh", "fish"} # Common alternatives. | {"cmd", "powershell", "pwsh"} # Microsoft. - | {"elvish", "xonsh"} # More exotic. + | {"elvish", "xonsh", "nu"} # More exotic. )