Skip to content

Commit

Permalink
Fix spelling of Nushell
Browse files Browse the repository at this point in the history
  • Loading branch information
tesujimath committed Oct 20, 2024
1 parent b120bb5 commit 5d7ec7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# bash-env-json

This is a Bash script `bash-env-json` for export of Bash environment as JSON, suitable for consumption by modern shells such as Elvish and NuShell.
This is a Bash script `bash-env-json` for export of Bash environment as JSON, suitable for consumption by modern shells such as Elvish and Nushell.

Everyone needs Bash format environment support. Being able to export this as JSON makes it readily available for import into any modern shell.

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.
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.

Expand Down Expand Up @@ -99,4 +99,4 @@ Expected output was created by running `bash-env-json` offline, so these are onl

## History

This started life as the [`nu_plugin_bash_env`](https://github.com/tesujimath/nu_plugin_bash_env) plugin for NuShell. It was [forked for Elvish](https://github.com/tesujimath/bash-env-elvish), and then later made generic using JSON.
This started life as the [`nu_plugin_bash_env`](https://github.com/tesujimath/nu_plugin_bash_env) plugin for Nushell. It was [forked for Elvish](https://github.com/tesujimath/bash-env-elvish), and then later made generic using JSON.

0 comments on commit 5d7ec7e

Please sign in to comment.