diff --git a/README.md b/README.md index 91ce1dd..d0061d4 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ You can find some examples about how to create and use plugins in the [Nushell P - [nu_plugin_clipboard](https://github.com/FMotalleb/nu_plugin_clipboard): A nushell plugin to copy text into clipboard or get text from it. - [nu_plugin_qr_maker](https://github.com/FMotalleb/nu_plugin_qr_maker): A nushell plugin to create qr code in terminal. - [nu_plugin_msgpack](https://github.com/hulthe/nu_plugin_msgpack): Nushell plugin for converting to and from msgpack. +- [nu_plugin_bash_env](https://github.com/tesujimath/nu_plugin_bash_env): A Bash environment plugin for nushell. > If the shell freezes while registering the command, that means the plugin is using an older Nu version no longer compatible with your current version. Consider bumping the Nu version to the latest in the `cargo.toml`, (may lead to breaking the script). diff --git a/config.yaml b/config.yaml index 868a09c..aced878 100644 --- a/config.yaml +++ b/config.yaml @@ -131,6 +131,11 @@ plugins: repository: url: https://codeberg.org/Taywee/nu-plugin-bexpand branch: main + - name: nu_plugin_bash_env + language: bash + repository: + url: https://github.com/tesujimath/nu_plugin_bash_env + branch: main - name: nu_plugin_highlight language: rust repository: