From 15ecc66d77ec9ef4a48edf218538eb211bdd3b41 Mon Sep 17 00:00:00 2001 From: Simon Guest Date: Sat, 19 Oct 2024 12:25:53 +1300 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26eb661..52a1883 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a Bash script `bash-env-json` for export of Bash environment as JSON, su Everyone needs Bash format environment support. Being able to export this as JSON makes it readily available for import into any modern shell. -An adapter for [Elvish](https://github.com/tesujimath/bash-env-elvish) is provided for ease of use from those shells. The [existing plugin for NuShell](https://github.com/tesujimath/nu_plugin_bash_env) will soon be updated to use this also. +Adapters for [Elvish](https://github.com/tesujimath/bash-env-elvish) and [NuShell](https://github.com/tesujimath/nu_plugin_bash_env) are provided for ease of use from those shells. Source files may be arbitrarily complex Bash, including conditionals, etc.